mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
WPrefs: Make Dock preferences pane less busy and fix up some strings
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
6d5ffca076
commit
3a24237a8d
@@ -150,7 +150,7 @@ static void pushDelayButton(WMWidget * w, void *data)
|
||||
|
||||
panel->raiseDelaySelected = 1;
|
||||
if (w == panel->raisB[0]) {
|
||||
WMSetTextFieldText(panel->raisT, "OFF");
|
||||
WMSetTextFieldText(panel->raisT, _("OFF"));
|
||||
} else if (w == panel->raisB[1]) {
|
||||
WMSetTextFieldText(panel->raisT, "10");
|
||||
} else if (w == panel->raisB[2]) {
|
||||
|
||||
Reference in New Issue
Block a user