diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:25 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:25 -0500 |
commit | 0716052891aa6f7ff330dbb645587137e20a9f76 (patch) | |
tree | 24efaa0df056bfe9b00ae7b6315d0e5185e17db8 /src/pref.cpp | |
parent | 28dd90526149a21cb511a848f98b43682d86a1b6 (diff) | |
download | kmplayer-0716052891aa6f7ff330dbb645587137e20a9f76.tar.gz kmplayer-0716052891aa6f7ff330dbb645587137e20a9f76.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 'src/pref.cpp')
-rw-r--r-- | src/pref.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index ff9a943..5cb2305 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -92,7 +92,7 @@ KDE_NO_CDTOR_EXPORT Preferences::Preferences(PartBase * player, Settings * setti tab->insertTab (m_SourcePageURL, i18n ("URL")); entries.insert (i18n("Source"), tab); - frame = addPage (i18n ("Recording"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("video"), TDEIcon::NoGroup, 32)); + frame = addPage (i18n ("Recording"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("video-x-generic"), TDEIcon::NoGroup, 32)); vlay = new TQVBoxLayout (frame, marginHint(), spacingHint()); tab = new TQTabWidget (frame); vlay->addWidget (tab); @@ -120,7 +120,7 @@ KDE_NO_CDTOR_EXPORT Preferences::Preferences(PartBase * player, Settings * setti tab->setCurrentPage (0); entries.insert (i18n("Recording"), tab); - frame = addPage (i18n ("Output Plugins"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("image"), TDEIcon::NoGroup, 32)); + frame = addPage (i18n ("Output Plugins"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("image-x-generic"), TDEIcon::NoGroup, 32)); vlay = new TQVBoxLayout(frame, marginHint(), spacingHint()); tab = new TQTabWidget (frame); vlay->addWidget (tab); |