]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
move XAO Import / Export menu to File Menu
authorfps <fps@opencascade.com>
Thu, 14 Nov 2013 09:10:28 +0000 (09:10 +0000)
committerfps <fps@opencascade.com>
Thu, 14 Nov 2013 09:10:28 +0000 (09:10 +0000)
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GeometryGUI.cxx

index 290393f518735dbdb11f1b88ddaaa6669ed8111a..f56578e906d80fdc6c8732a5426a05c8933f37b2 100644 (file)
@@ -4972,11 +4972,11 @@ Ignoring units will cause model scaling (as dimensions are supposed to be specif
     </message>
     <message>
         <source>MEN_IMPORTEXPORT</source>
-        <translation>Import / Export</translation>
+        <translation>Import / Export XAO</translation>
     </message>
     <message>
         <source>TOOL_IMPORTEXPORT</source>
-        <translation>Import / Export</translation>
+        <translation>Import / Export XAO</translation>
     </message>
     <message>
         <source>TOP_EXPORTXAO</source>
index b2f9569f2b49c9f980f0e2f74c61c0559ef9b103..63aabd403779adf6a5ad2d44109a895f21c48b75 100644 (file)
@@ -4913,7 +4913,7 @@ le paramètre &apos;%1&apos; aux préférences du module Géométrie.</translati
     </message>
     <message>
         <source>MEN_IMPORTEXPORT</source>
-        <translation>Import / Export</translation>
+        <translation>Import / Export XAO</translation>
     </message>
     <message>
         <source>TOP_EXPORTXAO</source>
@@ -4953,7 +4953,7 @@ le paramètre &apos;%1&apos; aux préférences du module Géométrie.</translati
     </message>
     <message>
         <source>TOOLS_IMPORTEXPORT</source>
-        <translation>Import / Export</translation>
+        <translation>Import / Export XAO</translation>
     </message>
     <message>
       <source>CC_PNT_ITEM_X_Y</source>
index 242524eb180b2efa7d1344a9f2ad5f48b2dd59e8..0a480ed0a9eace3825289476b267960045a76028 100644 (file)
@@ -1087,6 +1087,9 @@ void GeometryGUI::initialize( CAM_Application* app )
   createMenu( separator(),      fileId, 10 );
   createMenu( GEOMOp::OpImport, fileId, 10 );
   createMenu( GEOMOp::OpExport, fileId, 10 );
+  int impexpId = createMenu( tr( "MEN_IMPORTEXPORT" ), fileId, -1, 10 );
+  createMenu( GEOMOp::OpExportXAO, impexpId, -1 );
+  createMenu( GEOMOp::OpImportXAO, impexpId, -1 );
   createMenu( separator(),      fileId, -1 );
 
   int editId = createMenu( tr( "MEN_EDIT" ), -1, -1 );
@@ -1128,10 +1131,6 @@ void GeometryGUI::initialize( CAM_Application* app )
   createMenu( GEOMOp::OpPipePath,   genId, -1 );
 #endif
 
-  int impexpId = createMenu( tr( "MEN_IMPORTEXPORT" ), newEntId, -1 );
-  createMenu( GEOMOp::OpExportXAO, impexpId, -1 );
-  createMenu( GEOMOp::OpImportXAO, impexpId, -1 );
-
   //int advId = createMenu( tr( "MEN_ADVANCED" ), newEntId, -1 );
   //createMenu( GEOMOp::OpSmoothingSurface, advId, -1 );
   //@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@ do not remove this line @@//