Add icon to switch language menu entry.

Signed-off-by: Chris <xchrisx@uber.space>
pull/52/head
Chris 5 years ago
parent e098e4600f
commit 82f2aa6b13

@ -157,7 +157,7 @@ TDEPopupMenu* KHelpMenu::menu()
{ {
if (need_separator) if (need_separator)
mMenu->insertSeparator(); mMenu->insertSeparator();
mMenu->insertItem( i18n( "Switch application &language..." ), menuSwitchLanguage ); mMenu->insertItem( SmallIcon("locale"), i18n( "Switch application &language..." ), menuSwitchLanguage );
mMenu->connectItem( menuSwitchLanguage, this, TQT_SLOT(switchApplicationLanguage()) ); mMenu->connectItem( menuSwitchLanguage, this, TQT_SLOT(switchApplicationLanguage()) );
need_separator = true; need_separator = true;
} }

Loading…
Cancel
Save