CVS commit by annma: fix icon for action M +1 -1 klettres.cpp 1.95 --- kdeedu/klettres/klettres/klettres.cpp #1.94:1.95 @@ -127,5 +127,5 @@ void KLettres::setupActions() KStdAction::quit(kapp, SLOT(quit()), actionCollection()); - m_action = new KToggleAction(i18n("Show &Menubar"),CTRL+Key_M, this, SLOT(slotMenubar()), actionCollection(), "menubar"); + m_action = new KToggleAction(i18n("Show &Menubar"),"showmenu", CTRL+Key_M, this, SLOT(slotMenubar()), actionCollection(), "showmenubar"); m_action->setCheckedState(i18n("Hide &Menubar")); m_action->setChecked(true);