summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-14 11:39:36 -0500
committerTimothy Pearson <[email protected]>2014-10-14 11:39:36 -0500
commit7d437e2c82c4340396fdbd315ffcf6e6415c78a8 (patch)
tree94464a5bf6c1d6ccfdb46a85cee21176f355d99e
parent88afeca3d0e910d5a115d9600cb084460975e33a (diff)
downloadkrusader-7d437e2c82c4340396fdbd315ffcf6e6415c78a8.tar.gz
krusader-7d437e2c82c4340396fdbd315ffcf6e6415c78a8.zip
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
-rw-r--r--krusader/Konfigurator/konfigurator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Konfigurator/konfigurator.cpp b/krusader/Konfigurator/konfigurator.cpp
index 9bbfe34..7a60f4f 100644
--- a/krusader/Konfigurator/konfigurator.cpp
+++ b/krusader/Konfigurator/konfigurator.cpp
@@ -92,7 +92,7 @@ void Konfigurator::createLayout( int startPage )
TDEIcon::Desktop,32)))));
// look n' feel
newContent(new KgLookFeel(firstTime, widget->addPage(i18n("Look & Feel"),
- i18n("Look & Feel"),TQPixmap(krLoader->loadIcon("looknfeel",TDEIcon::Desktop,32)))));
+ i18n("Look & Feel"),TQPixmap(krLoader->loadIcon("preferences-desktop",TDEIcon::Desktop,32)))));
// colors
newContent(new KgColors(firstTime, widget->addPage(i18n("Colors"),
i18n("Colors"),TQPixmap(krLoader->loadIcon("colors",TDEIcon::Desktop,32)))));