mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
a small update
This commit is contained in:
@@ -420,7 +420,7 @@ WDefaultEntry optionList[] = {
|
|||||||
{"RaiseDelay", "0", NULL,
|
{"RaiseDelay", "0", NULL,
|
||||||
&wPreferences.raise_delay, getInt, NULL
|
&wPreferences.raise_delay, getInt, NULL
|
||||||
},
|
},
|
||||||
{"WindozeCycling", "YES", NULL,
|
{"WindozeCycling", "NO", NULL,
|
||||||
&wPreferences.windows_cycling,getBool, NULL
|
&wPreferences.windows_cycling,getBool, NULL
|
||||||
},
|
},
|
||||||
{"CirculateRaise", "NO", NULL,
|
{"CirculateRaise", "NO", NULL,
|
||||||
|
|||||||
10
src/dialog.c
10
src/dialog.c
@@ -1074,7 +1074,8 @@ handleLogoPush(XEvent *event, void *data)
|
|||||||
" ..X@:;3w2222222222210fO... ",
|
" ..X@:;3w2222222222210fO... ",
|
||||||
" ...XX&v8<30000003-N@... ",
|
" ...XX&v8<30000003-N@... ",
|
||||||
" .....XmnbN:q&Bo.... ",
|
" .....XmnbN:q&Bo.... ",
|
||||||
" ............ "};
|
" ............ "
|
||||||
|
};
|
||||||
static char *msgs[] = {
|
static char *msgs[] = {
|
||||||
"Have a nice day!",
|
"Have a nice day!",
|
||||||
"Focus follow mouse users will burn in hell!!!",
|
"Focus follow mouse users will burn in hell!!!",
|
||||||
@@ -1085,7 +1086,8 @@ handleLogoPush(XEvent *event, void *data)
|
|||||||
"WE GET SIGNAL",
|
"WE GET SIGNAL",
|
||||||
"SOMEBODY SET UP US THE BOMB",
|
"SOMEBODY SET UP US THE BOMB",
|
||||||
"ALL YOUR BASE ARE BELONG TO US!",
|
"ALL YOUR BASE ARE BELONG TO US!",
|
||||||
"Oh My God!!! Larry is back!"
|
"Oh My God!!! Larry is back!",
|
||||||
|
"Hey! What happened with these messages?!?"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -1352,9 +1354,9 @@ wShowInfoPanel(WScreen *scr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (wPreferences.no_sound) {
|
if (wPreferences.no_sound) {
|
||||||
strcat(buffer, _("\nSound support disabled"));
|
strcat(buffer, _("\nSound disabled"));
|
||||||
} else {
|
} else {
|
||||||
strcat(buffer, _("\nSound support enabled"));
|
strcat(buffer, _("\nSound enabled"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user