1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-28 19:05:51 +01:00

fixed a bug with workspace switching

This commit is contained in:
kojima
2004-10-19 02:37:58 +00:00
parent 7908c9a66b
commit 6cd91272a6
6 changed files with 24 additions and 41 deletions

View File

@@ -114,7 +114,7 @@ main(int argc, char **argv)
for (i=1; i<argc; i++) {
if (strcmp(argv[i], "-version")==0
|| strcmp(argv[i], "--version")==0) {
printf("WPrefs (Window Maker) %s\n", WVERSION);
printf("WPrefs (Window Maker) %s\n", VERSION);
exit(0);
} else if (strcmp(argv[i], "-display")==0) {
i++;