diff options
Diffstat (limited to 'src/IconMenu.cc')
-rw-r--r-- | src/IconMenu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconMenu.cc b/src/IconMenu.cc index 6fbe0a6..a16a55f 100644 --- a/src/IconMenu.cc +++ b/src/IconMenu.cc | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "Screen.hh" | 26 | #include "Screen.hh" |
27 | #include "IconMenuItem.hh" | 27 | #include "IconMenuItem.hh" |
28 | #include "fluxbox.hh" | 28 | #include "Layer.hh" |
29 | #include "FbTk/I18n.hh" | 29 | #include "FbTk/I18n.hh" |
30 | 30 | ||
31 | #include <typeinfo> | 31 | #include <typeinfo> |
@@ -47,7 +47,7 @@ IconMenu::IconMenu(BScreen &screen): | |||
47 | FbMenu(screen.menuTheme(), | 47 | FbMenu(screen.menuTheme(), |
48 | screen.imageControl(), | 48 | screen.imageControl(), |
49 | *screen.layerManager(). | 49 | *screen.layerManager(). |
50 | getLayer(Fluxbox::instance()->getMenuLayer())) { | 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(_FBTEXT(Menu, Icons, "Icons", "Iconic windows menu title")); |