From 2dc97e4f153f3ebd7de598987a5e82eaef37d3b7 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Mon, 12 Nov 2012 22:50:23 +0000 Subject: [PATCH] WPrefs: Remove pointless 'this is annoying' warning Is it annoying to whom? --- WPrefs.app/MenuPreferences.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WPrefs.app/MenuPreferences.c b/WPrefs.app/MenuPreferences.c index b56e8e2b..c93ee30c 100644 --- a/WPrefs.app/MenuPreferences.c +++ b/WPrefs.app/MenuPreferences.c @@ -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); -- 2.11.4.GIT