summaryrefslogtreecommitdiffstats
path: root/src/kmplayerview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit0716052891aa6f7ff330dbb645587137e20a9f76 (patch)
tree24efaa0df056bfe9b00ae7b6315d0e5185e17db8 /src/kmplayerview.cpp
parent28dd90526149a21cb511a848f98b43682d86a1b6 (diff)
downloadkmplayer-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/kmplayerview.cpp')
-rw-r--r--src/kmplayerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayerview.cpp b/src/kmplayerview.cpp
index 060cb03..25b3078 100644
--- a/src/kmplayerview.cpp
+++ b/src/kmplayerview.cpp
@@ -396,7 +396,7 @@ void View::toggleVideoConsoleWindow () {
wt = WT_Video;
m_control_panel->popupMenu ()->changeItem (ControlPanel::menu_video, TDEGlobal::iconLoader ()->loadIconSet (TQString ("konsole"), TDEIcon::Small, 0, true), i18n ("Con&sole"));
} else
- m_control_panel->popupMenu ()->changeItem (ControlPanel::menu_video, TDEGlobal::iconLoader ()->loadIconSet (TQString ("video"), TDEIcon::Small, 0, true), i18n ("V&ideo"));
+ m_control_panel->popupMenu ()->changeItem (ControlPanel::menu_video, TDEGlobal::iconLoader ()->loadIconSet (TQString ("video-x-generic"), TDEIcon::Small, 0, true), i18n ("V&ideo"));
showWidget (wt);
emit windowVideoConsoleToggled (int (wt));
}