diff options
author | simonb <simonb> | 2006-06-21 14:41:16 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-21 14:41:16 (GMT) |
commit | 3ada3b1f0d6d2debaaab48eecf828a406e964c8e (patch) | |
tree | 3c2f02462317408ee8604d0c7bb41092ecfd1c3a /src/IconMenu.cc | |
parent | 62a298b0b30aa5b4990f462aece224e09e4fafe6 (diff) | |
download | fluxbox_pavel-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.zip fluxbox_pavel-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.tar.bz2 |
fix nls... notably classify text on conversion whether its for X or
console, plus handle catalogs better.
Diffstat (limited to 'src/IconMenu.cc')
-rw-r--r-- | src/IconMenu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconMenu.cc b/src/IconMenu.cc index a16a55f..33ef05a 100644 --- a/src/IconMenu.cc +++ b/src/IconMenu.cc | |||
@@ -50,7 +50,7 @@ IconMenu::IconMenu(BScreen &screen): | |||
50 | getLayer(Layer::MENU)) { | 50 | getLayer(Layer::MENU)) { |
51 | 51 | ||
52 | _FB_USES_NLS; | 52 | _FB_USES_NLS; |
53 | setLabel(_FBTEXT(Menu, Icons, "Icons", "Iconic windows menu title")); | 53 | setLabel(_FB_XTEXT(Menu, Icons, "Icons", "Iconic windows menu title")); |
54 | screen.iconListSig().attach(this); | 54 | screen.iconListSig().attach(this); |
55 | updateItems(*this, screen); | 55 | updateItems(*this, screen); |
56 | } | 56 | } |