]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug 9282: Order of commands
authorvsv <vsv@opencascade.com>
Mon, 27 Jun 2005 06:39:57 +0000 (06:39 +0000)
committervsv <vsv@opencascade.com>
Mon, 27 Jun 2005 06:39:57 +0000 (06:39 +0000)
src/VISUGUI/VisuGUI.cxx

index 20c6389f2b903513b725ef636d75059c7d1e60d3..fa40659297c9e4e81e7b796d673743ad8eec1ed3 100644 (file)
@@ -2097,8 +2097,8 @@ createMenus()
   createMenu( VISU_VECTORS, aMenuId, 10 ); // vectors
   createMenu( VISU_ISO_SURFACES, aMenuId, 10 ); // iso surfaces
   createMenu( VISU_CUT_PLANES, aMenuId, 10 ); // cut planes
-  createMenu( VISU_STREAM_LINES, aMenuId, 10 ); // stream lines
   createMenu( VISU_CUT_LINES, aMenuId, 10 ); // cut lines
+  createMenu( VISU_STREAM_LINES, aMenuId, 10 ); // stream lines
 
   aMenuId = createMenu( tr( "MEN_SELECTION" ), -1, -1, 30 );
   createMenu( VISU_SELECTION_INFO, aMenuId, 10 ); // selection info
@@ -2125,8 +2125,8 @@ createToolBars()
   createTool( VISU_VECTORS, aToolId );
   createTool( VISU_ISO_SURFACES, aToolId );
   createTool( VISU_CUT_PLANES, aToolId );
-  createTool( VISU_STREAM_LINES, aToolId );
   createTool( VISU_CUT_LINES, aToolId );
+  createTool( VISU_STREAM_LINES, aToolId );
 }
 
 void