From: asv Date: Thu, 4 Aug 2005 07:28:01 +0000 (+0000) Subject: Menu "Tools" is placed after other Mesh commands, before Preferences and Window menues. X-Git-Tag: T_3_0_2a1~35 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=b73a5f27ba8842adfaccb96af928745a2db32acc;hp=92ea065d9764d4091bdf6d9e40ad4fe598a3cd45 Menu "Tools" is placed after other Mesh commands, before Preferences and Window menues. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index f9b07317f..62bc9ff88 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -2330,7 +2330,7 @@ void SMESHGUI::initialize( CAM_Application* app ) // ----- create menu -------------- int fileId = createMenu( tr( "MEN_FILE" ), -1, 1 ), editId = createMenu( tr( "MEN_EDIT" ), -1, 3 ), - toolsId = createMenu( tr( "MEN_TOOLS" ), -1, 5, 10 ), + toolsId = createMenu( tr( "MEN_TOOLS" ), -1, 5, 50 ), hypoId = createMenu( tr( "MEN_HYPO" ), -1, 50, 10 ), meshId = createMenu( tr( "MEN_MESH" ), -1, 70, 10 ), ctrlId = createMenu( tr( "MEN_CTRL" ), -1, 60, 10 ),