1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

WPrefs: Remove pointless 'this is annoying' warning

Is it annoying to whom?
This commit is contained in:
Carlos R. Mafra
2012-11-12 22:50:23 +00:00
parent 141b046c33
commit 2dc97e4f15

View File

@@ -194,9 +194,7 @@ static void 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 is annoying."));
WMSetButtonText(panel->wrapB, _("Always open submenus inside the screen, instead of scrolling."));
panel->autoB = WMCreateSwitchButton(panel->optF);
WMResizeWidget(panel->autoB, 440, 32);