From 45929a20d412eeff0aede69cb5167745b338d457 Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 31 May 2005 06:38:04 +0000 Subject: [PATCH] Menu item "View" should be follow the "Edit" in menu bar --- src/STD/STD_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2