1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-26 23:13:31 +01:00

some option summary text fixes

This commit is contained in:
kojima
2001-01-04 23:08:40 +00:00
parent e99511b08c
commit 0d7b4d633b

View File

@@ -78,7 +78,6 @@ WShortKey wKeyBindings[WKBD_LAST];
/* defaults domains */
WDDomain *WDWindowMaker = NULL;
WDDomain *WDRootMenu = NULL;
WDDomain *WDWindowAttributes = NULL;
@@ -621,7 +620,8 @@ main(int argc, char **argv)
exit(0);
}
Locale = argv[i];
} else if (strcmp(argv[i], "-display")==0) {
} else if (strcmp(argv[i], "-display")==0
|| strcmp(argv[i], "--display")==0) {
i++;
if (i>=argc) {
wwarning(_("too few arguments for %s"), argv[i-1]);