summaryrefslogtreecommitdiff
path: root/src/Iconmenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Iconmenu.cc')
-rw-r--r--src/Iconmenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Iconmenu.cc b/src/Iconmenu.cc
index 0adc10a7..984cdfa9 100644
--- a/src/Iconmenu.cc
+++ b/src/Iconmenu.cc
@@ -39,7 +39,7 @@
Iconmenu::Iconmenu(BScreen &scrn) : Basemenu(scrn), screen(scrn) {
setInternalMenu();
- setLabel(i18n->getMessage(IconSet, IconIcons, "Icons"));
+ setLabel(i18n(IconSet, IconIcons, "Icons"));
update();
}