diff options
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 | } |