SVN commit 1194930 by yurchor: fix typo, add documentation item for menu icons M +12 -2 doc/kcontrol/kcmstyle/index.docbook M +1 -1 kcontrol/style/kcmstyle.cpp --- trunk/KDE/kdebase/workspace/doc/kcontrol/kcmstyle/index.docbook #1194929:1194930 @@ -14,8 +14,8 @@ -2010-06-22 -&kde; 4.5 +2010-11-10 +&kde; 4.6 KDE @@ -185,6 +185,16 @@ +Show icons in menus + +If this option is selected, &kde; applications will show small icons alongside +most menu items. If this option is not selected, then only text +will appear in the menus. Changes to the visibility of menu icons will only affect newly started +applications. + + + + Main toolbar text, Secondary toolbar text These drop down boxes lets you determine where on the button in both toolbars the --- trunk/KDE/kdebase/workspace/kcontrol/style/kcmstyle.cpp #1194929:1194930 @@ -379,7 +379,7 @@ const bool showMenuIcons = !QApplication::testAttribute(Qt::AA_DontShowIconsInMenus); if (fineTuningUi.cbIconsInMenus->isChecked() != showMenuIcons) { KMessageBox::information(this, - i18n("

Changes to the visibilty of menu icons will only affect newly started applications.

"), + i18n("

Changes to the visibility of menu icons will only affect newly started applications.

"), i18nc("@title:window", "Menu Icons Changed"), "MenuIconsChanged"); }