From: stv Date: Tue, 31 May 2005 06:38:04 +0000 (+0000) Subject: Menu item "View" should be follow the "Edit" in menu bar X-Git-Tag: T3_0_0_a1~73 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=45929a20d412eeff0aede69cb5167745b338d457;p=modules%2Fgui.git Menu item "View" should be follow the "Edit" in menu bar --- diff --git a/src/STD/STD_Application.cxx b/src/STD/STD_Application.cxx index 41392ffa9..4c2f1b190 100755 --- a/src/STD/STD_Application.cxx +++ b/src/STD/STD_Application.cxx @@ -153,7 +153,7 @@ void STD_Application::createActions() int fileMenu = createMenu( tr( "MEN_DESK_FILE" ), -1, -1, 0 ); int editMenu = createMenu( tr( "MEN_DESK_EDIT" ), -1, -1, 10 ); - int viewMenu = createMenu( tr( "MEN_DESK_VIEW" ), -1, -1, 20 ); + int viewMenu = createMenu( tr( "MEN_DESK_VIEW" ), -1, -1, 10 ); int helpMenu = createMenu( tr( "MEN_DESK_HELP" ), -1, -1, 1000 ); // Create menu items