summaryrefslogtreecommitdiffstats
path: root/kcontrol/kthememanager/kthememanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commit46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870 (patch)
treef643c1f8c35237043b62bc9a438c64cfd95237fd /kcontrol/kthememanager/kthememanager.cpp
parent2a34ebd1f8117f3e87bb66226461b9d812327438 (diff)
downloadtdebase-46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870.tar.gz
tdebase-46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kcontrol/kthememanager/kthememanager.cpp')
-rw-r--r--kcontrol/kthememanager/kthememanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kthememanager/kthememanager.cpp b/kcontrol/kthememanager/kthememanager.cpp
index ba8bb3a7e..969e377ce 100644
--- a/kcontrol/kthememanager/kthememanager.cpp
+++ b/kcontrol/kthememanager/kthememanager.cpp
@@ -394,7 +394,7 @@ void kthememanager::queryLNFModules()
// For now use a static list
TDEIconLoader * il = TDEGlobal::iconLoader();
dlg->btnBackground->setIconSet( il->loadIconSet( "background", TDEIcon::Desktop, 32 ) );
- dlg->btnColors->setIconSet( il->loadIconSet( "colorscm", TDEIcon::Desktop, 32 ) );
+ dlg->btnColors->setIconSet( il->loadIconSet( "application-x-kcsrc", TDEIcon::Desktop, 32 ) );
dlg->btnStyle->setIconSet( il->loadIconSet( "style", TDEIcon::Desktop, 32 ) );
dlg->btnIcons->setIconSet( il->loadIconSet( "icons", TDEIcon::Desktop, 32 ) );
dlg->btnFonts->setIconSet( il->loadIconSet( "fonts", TDEIcon::Desktop, 32 ) );