From 9418c368ca4f8cad4e8ebdde82fe825adcf91152 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 3 Jun 2008 11:03:47 +0000 Subject: [PATCH] added separator in edit-menu git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1061 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/gui/main_window.cpp | 1 + 1 file changed, 1 insertion(+) 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() ) );