1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-19 13:24:11 +01:00

made restore from winspector.c automatically apply

This commit is contained in:
kojima
2000-03-10 00:28:55 +00:00
parent 150432ff95
commit 90ab2c15cb
6 changed files with 27 additions and 14 deletions

View File

@@ -204,7 +204,7 @@ createPanel(Panel *p)
panel->wrapB = WMCreateSwitchButton(panel->optF);
WMResizeWidget(panel->wrapB, 440, 32);
WMMoveWidget(panel->wrapB, 25, 8);
WMSetButtonText(panel->wrapB, _("Always open submenus inside the screen, instead of scrolling.\nNote: this can be an annoyance at some circumstances."));
WMSetButtonText(panel->wrapB, _("Always open submenus inside the screen, instead of scrolling.\nNote: this is annoying."));
panel->autoB = WMCreateSwitchButton(panel->optF);
WMResizeWidget(panel->autoB, 440, 20);