Merge pull request #1028 from diizy/stable-1.1

Change redo shortcut from ctrl-r to ctrl-y
This commit is contained in:
Vesa V
2014-07-26 14:47:57 +03:00

View File

@@ -286,7 +286,7 @@ void MainWindow::finalize()
edit_menu->addAction( embed::getIconPixmap( "edit_redo" ),
tr( "Redo" ),
this, SLOT( redo() ),
Qt::CTRL + Qt::Key_R );
Qt::CTRL + Qt::Key_Y );
edit_menu->addSeparator();
edit_menu->addAction( embed::getIconPixmap( "setup_general" ),
tr( "Settings" ),