From 4a8dd8c493a590ccebb802f522528a0039d8c468 Mon Sep 17 00:00:00 2001 From: Lionel Chauvin Date: Mon, 14 Feb 2011 22:34:34 +0100 Subject: Replace webshorcuts icons and text. Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam --- src/settings/settingsdialog.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/settings') diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp index 4a8776ad..84c6da12 100644 --- a/src/settings/settingsdialog.cpp +++ b/src/settings/settingsdialog.cpp @@ -130,8 +130,13 @@ Private::Private(SettingsDialog *parent) // -- 8 KCModuleInfo ebrowsingInfo("ebrowsing.desktop"); ebrowsingModule = new KCModuleProxy(ebrowsingInfo, parent); - pageItem = parent->addPage(ebrowsingModule, i18n(ebrowsingInfo.moduleName().toUtf8())); - pageItem->setIcon(KIcon(ebrowsingInfo.icon())); + pageItem = parent->addPage(ebrowsingModule, i18n("Search engines")); + KIcon wsIcon("edit-web-search"); + if (wsIcon.isNull()) + { + wsIcon = KIcon("preferences-web-browser-shortcuts"); + } + pageItem->setIcon(wsIcon); // WARNING // remember wheh changing here that the smallest netbooks -- cgit v1.2.1