From: vsr Date: Fri, 27 Apr 2018 10:05:44 +0000 (+0300) Subject: 0023551: [EDF] Help menu : option to set links X-Git-Tag: V8_5_0rc2^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=563c07e5598457efd0dba658895103f923fe27a4;p=modules%2Fparavis.git 0023551: [EDF] Help menu : option to set links - Set proper order of ParaVis Help items --- diff --git a/src/PVGUI/PVGUI_Module_actions.cxx b/src/PVGUI/PVGUI_Module_actions.cxx index 9a9eac46..a07f9719 100644 --- a/src/PVGUI/PVGUI_Module_actions.cxx +++ b/src/PVGUI/PVGUI_Module_actions.cxx @@ -513,7 +513,7 @@ void PVGUI_Module::pvCreateMenus() int aHelpMnu = createMenu( tr( "MEN_DESK_HELP" ), -1, -1 ); int aUsersGuide = createMenu( tr( "User's Guide" ), aHelpMnu, -1 ); - int aPVHelpMnu = createMenu( tr( "ParaViS module" ), aUsersGuide, -1, 0 ); + int aPVHelpMnu = createMenu( tr( "ParaViS module" ), aUsersGuide, -1, 5 ); #ifdef HAS_PV_DOC createMenu( ParaViewHelpId, aPVHelpMnu ); createMenu( separator(), aPVHelpMnu );