diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:54:59 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:54:59 -0500 |
commit | bdfee9ac19493da144cafdc37708a9d72c5ad011 (patch) | |
tree | 249679886665b46a5d12450d41aa0a99ec880b10 /src/pref.cpp | |
parent | 0716052891aa6f7ff330dbb645587137e20a9f76 (diff) | |
download | kmplayer-bdfee9ac19493da144cafdc37708a9d72c5ad011.tar.gz kmplayer-bdfee9ac19493da144cafdc37708a9d72c5ad011.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'src/pref.cpp')
-rw-r--r-- | src/pref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index 5cb2305..b18fb4c 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -84,7 +84,7 @@ KDE_NO_CDTOR_EXPORT Preferences::Preferences(PartBase * player, Settings * setti tab->insertTab (m_GeneralPageOutput, i18n("Output")); entries.insert (i18n("General Options"), tab); - frame = addPage (i18n ("Source"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("source"), TDEIcon::NoGroup, 32)); + frame = addPage (i18n ("Source"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("text-x-src"), TDEIcon::NoGroup, 32)); vlay = new TQVBoxLayout (frame, marginHint(), spacingHint()); tab = new TQTabWidget (frame); vlay->addWidget (tab); |