X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FIconmenu.cc;h=984cdfa919acc38877cf9599a1f423fd2c759586;hb=935b35c6a6746b748155351558496604759baae4;hp=cf29c193609b9909dcf496ba51ab9e2ac90b0c86;hpb=351f1d03315b84887b7532c35bdd8a49bdce1d43;p=chaz%2Fopenbox diff --git a/src/Iconmenu.cc b/src/Iconmenu.cc index cf29c193..984cdfa9 100644 --- a/src/Iconmenu.cc +++ b/src/Iconmenu.cc @@ -1,4 +1,4 @@ -// Icon.cc for Openbox +// Iconmenu.cc for Openbox // Copyright (c) 2001 Sean 'Shaleh' Perry // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) // @@ -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(); }