summaryrefslogtreecommitdiffstats
path: root/src/kmplayercontrolpanel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 20:09:57 -0500
committerTimothy Pearson <[email protected]>2014-10-13 20:09:57 -0500
commitfa2cf6df2175f07ed443c1fc1eef875053059a5f (patch)
tree2b40207569f9a1eb68b7438cde597a97aa487bad /src/kmplayercontrolpanel.cpp
parent5f6bb27441c88c11c47c4b478b24bad1563f0318 (diff)
downloadkmplayer-fa2cf6df2175f07ed443c1fc1eef875053059a5f.tar.gz
kmplayer-fa2cf6df2175f07ed443c1fc1eef875053059a5f.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'src/kmplayercontrolpanel.cpp')
-rw-r--r--src/kmplayercontrolpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayercontrolpanel.cpp b/src/kmplayercontrolpanel.cpp
index 519eb74..7ac2d1c 100644
--- a/src/kmplayercontrolpanel.cpp
+++ b/src/kmplayercontrolpanel.cpp
@@ -387,7 +387,7 @@ KDE_NO_CDTOR_EXPORT ControlPanel::ControlPanel(TQWidget * parent, View * view)
m_popupMenu->insertItem (TDEGlobal::iconLoader ()->loadIconSet (TQString ("player_playlist"), TDEIcon::Small, 0, true), i18n ("Play&list"), menu_playlist);
m_popupMenu->insertItem (TDEGlobal::iconLoader ()->loadIconSet (TQString ("empty"), TDEIcon::Small, 0, true), i18n ("Minimal mode"), menu_minimal);
m_popupMenu->setAccel (TQKeySequence (TQt::Key_M), menu_minimal);
- m_popupMenu->insertItem (TDEGlobal::iconLoader()->loadIconSet (TQString ("window_fullscreen"), TDEIcon::Small, 0, true), i18n ("&Full Screen"), menu_fullscreen);
+ m_popupMenu->insertItem (TDEGlobal::iconLoader()->loadIconSet (TQString ("view-fullscreen"), TDEIcon::Small, 0, true), i18n ("&Full Screen"), menu_fullscreen);
m_popupMenu->setAccel (TQKeySequence (TQt::Key_F), menu_fullscreen);
m_zoomMenu = new KMPlayerPopupMenu (this);
m_zoomMenu->insertItem (i18n ("50%"), menu_zoom50);