]> Dogcows Code - chaz/openbox/blobdiff - src/Iconmenu.cc
added XAtom class, and it all now compiles.
[chaz/openbox] / src / Iconmenu.cc
index cf29c193609b9909dcf496ba51ab9e2ac90b0c86..984cdfa919acc38877cf9599a1f423fd2c759586 100644 (file)
@@ -1,4 +1,4 @@
-// Icon.cc for Openbox
+// Iconmenu.cc for Openbox
 // Copyright (c) 2001 Sean 'Shaleh' Perry <shaleh@debian.org>
 // 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();
 }
 
This page took 0.02051 seconds and 4 git commands to generate.