mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
Menu "Tools" is placed after other Mesh commands, before Preferences and Window menues.
This commit is contained in:
parent
92ea065d97
commit
b73a5f27ba
@ -2330,7 +2330,7 @@ void SMESHGUI::initialize( CAM_Application* app )
|
|||||||
// ----- create menu --------------
|
// ----- create menu --------------
|
||||||
int fileId = createMenu( tr( "MEN_FILE" ), -1, 1 ),
|
int fileId = createMenu( tr( "MEN_FILE" ), -1, 1 ),
|
||||||
editId = createMenu( tr( "MEN_EDIT" ), -1, 3 ),
|
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 ),
|
hypoId = createMenu( tr( "MEN_HYPO" ), -1, 50, 10 ),
|
||||||
meshId = createMenu( tr( "MEN_MESH" ), -1, 70, 10 ),
|
meshId = createMenu( tr( "MEN_MESH" ), -1, 70, 10 ),
|
||||||
ctrlId = createMenu( tr( "MEN_CTRL" ), -1, 60, 10 ),
|
ctrlId = createMenu( tr( "MEN_CTRL" ), -1, 60, 10 ),
|
||||||
|
Loading…
Reference in New Issue
Block a user