diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp index eb4a1af65..ec56101a6 100644 --- a/src/gui/main_window.cpp +++ b/src/gui/main_window.cpp @@ -384,6 +384,7 @@ void mainWindow::finalize( void ) tr( "Redo" ), this, SLOT( redo() ), Qt::CTRL + Qt::Key_R ); + edit_menu->addSeparator(); edit_menu->addAction( embed::getIconPixmap( "setup_general" ), tr( "Settings" ), this, SLOT( showSettingsDialog() ) );