Make menu consistent.

pull/1/head
Darrell Anderson 11 years ago
parent 071d5a847e
commit 340d2058a4

@ -220,7 +220,7 @@ void tdepowersave::initMenu() {
help_menu->insertSeparator();
help_menu->insertItem( i18n("&Report a bug ..."), this, TQT_SLOT(slotReportBug()));
help_menu->insertItem( SmallIcon("tdepowersave", TQIconSet::Automatic),
i18n("&About tdepowersave"), this, TQT_SLOT(slotAbout()));
i18n("&About TDEPowersave"), this, TQT_SLOT(slotAbout()));
HELP_MENU = contextMenu()->insertItem(SmallIcon("help", TQIconSet::Automatic),
i18n("&Help"), help_menu);

Loading…
Cancel
Save