summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-08-02 20:56:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-02 20:56:26 +0900
commit2531b8397150940c4217b2a14498afb4fdd844e1 (patch)
treeeed0e8a5a191f0f0c703e26518390b9e8c9eec19 /src/app/mainWindow.cpp
parent3c9d9149daf8db4be91e5eacfbd6aaab4f801def (diff)
downloadcodeine-2531b8397150940c4217b2a14498afb4fdd844e1.tar.gz
codeine-2531b8397150940c4217b2a14498afb4fdd844e1.zip
Rename icons to match R14.0.x names. This is an extension of the previous (incorrectly pushed) commit. Apologies for the mess.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/mainWindow.cpp')
-rw-r--r--src/app/mainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp
index 9ca9bc0..b4d806f 100644
--- a/src/app/mainWindow.cpp
+++ b/src/app/mainWindow.cpp
@@ -257,7 +257,7 @@ MainWindow::setupActions()
new TDEAction( i18n("Reset Video Scale"), "viewmag1", Key_Equal, videoWindow(), SLOT(resetZoom()), ac, "reset_zoom" );
new TDEAction( i18n("Media Information"), "messagebox_info", Key_I, this, SLOT(streamInformation()), ac, "information" );
- new TDEAction( i18n("Menu Toggle"), "media-optical-dvd-unmounted", Key_R, engine(), SLOT(toggleDVDMenu()), ac, "media-optical-dvd-unmounted" );
+ new TDEAction( i18n("Menu Toggle"), "media-optical-dvd", Key_R, engine(), SLOT(toggleDVDMenu()), ac, "media-optical-dvd" );
new TDEAction( i18n("&Capture Frame"), "frame_image", Key_C, this, SLOT(captureFrame()), ac, "capture_frame" );
new TDEAction( i18n("Video Settings..."), "configure", Key_V, this, SLOT(configure()), ac, "video_settings" );