amend it slightly so it works as intended
diff --git a/util/wmgenmenu.c b/util/wmgenmenu.c
index 2aa07c0..5bb6a67 100644
--- a/util/wmgenmenu.c
+++ b/util/wmgenmenu.c
@@ -143,7 +143,8 @@ int main(int argc, char *argv[])
MenuItem = WMCreatePLArray(
WMCreatePLString(_("Save Theme")),
WMCreatePLString("SHEXEC"),
- WMCreatePLString("getstyle -t
$HOME/GNUstep/Library/WindowMaker/Themes/\"%%a(Theme name)\""),
+ WMCreatePLString("getstyle -t
$HOME/GNUstep/Library/WindowMaker/Themes/"
+ "\"%a(Theme name, Name to save them as)\""),
NULL
);
WMAddToPLArray(MenuGroup, MenuItem);
@@ -151,7 +152,8 @@ int main(int argc, char *argv[])
MenuItem = WMCreatePLArray(
WMCreatePLString(_("Save Icons")),
WMCreatePLString("SHEXEC"),
- WMCreatePLString("geticonset
$HOME/GNUstep/Library/WindowMaker/IconSets/\"%%a(IconSet name)\""),
+ WMCreatePLString("geticonset
$HOME/GNUstep/Library/WindowMaker/IconSets/"
+ "\"%a(IconSet name,Name to save icon set as)\""),
NULL
);
WMAddToPLArray(MenuGroup, MenuItem);
--
[-]
mkdir /nonexistent
--
To unsubscribe, send mail to [email protected].