summaryrefslogtreecommitdiff
path: root/setup-itypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup-itypes.c')
-rw-r--r--setup-itypes.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup-itypes.c b/setup-itypes.c
index f6827bd..d151ddd 100644
--- a/setup-itypes.c
+++ b/setup-itypes.c
@@ -169,17 +169,17 @@ void cMenuSetupDSITypesItem::Set(void)
Add(new cMenuEditStrItem(tr("Description"),
LongName,
- 50,
- " abcdefghijklmnopqrstuvwxyz0123456789-.#~'/()[]"));
+ memberof(LongName),
+ tr(" abcdefghijklmnopqrstuvwxyz0123456789-.#~")));
Add(new cMenuEditStrItem(tr("Type title"),
ShortName,
- 20,
- " abcdefghijklmnopqrstuvwxyz0123456789-.#~'/()[]"));
- Add(new cMenuEditStraItem(tr("Image type"), &FileType, 2, FileTypes));
+ memberof(ShortName),
+ tr(" abcdefghijklmnopqrstuvwxyz0123456789-.#~")));
+ Add(new cMenuEditStraItem(tr("Image type"), &FileType, memberof(FileTypes), FileTypes));
Add(new cMenuEditStrItem(!FileType ? tr("Directory contains") : tr("File extension"),
Extension,
- 20,
- "abcdefghijklmnopqrstuvwxyz0123456789-_.#~"));
+ memberof(Extension),
+ tr(" abcdefghijklmnopqrstuvwxyz0123456789-.#~")));
if(FileType)
Add(new cMenuEditBoolItem(tr("Hide extension"), &HideExtension));