diff options
author | gregory guy <[email protected]> | 2020-07-24 16:08:06 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-08-02 12:19:15 +0200 |
commit | a25a38afa573d277a3e6c69ee180996176e741ed (patch) | |
tree | 42317f8f59927e7f262a0f751e32d4bddc4ec91a /src/app/mainWindow.cpp | |
parent | c36f877f197db5a57addc6ac7d027ca0cdf702e3 (diff) | |
download | codeine-a25a38afa573d277a3e6c69ee180996176e741ed.tar.gz codeine-a25a38afa573d277a3e6c69ee180996176e741ed.zip |
Add a couple of missing icons.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/mainWindow.cpp')
-rw-r--r-- | src/app/mainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index f3daa02..9ca9bc0 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"), "dvd_unmount", Key_R, engine(), SLOT(toggleDVDMenu()), ac, "toggle_dvd_menu" ); + new TDEAction( i18n("Menu Toggle"), "media-optical-dvd-unmounted", Key_R, engine(), SLOT(toggleDVDMenu()), ac, "media-optical-dvd-unmounted" ); 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" ); |