]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NPAL16561 V4_1_0a2
authordmv <dmv@opencascade.com>
Thu, 18 Oct 2007 13:26:28 +0000 (13:26 +0000)
committerdmv <dmv@opencascade.com>
Thu, 18 Oct 2007 13:26:28 +0000 (13:26 +0000)
src/VISUGUI/VISU_msg_en.po
src/VISUGUI/VisuGUI.cxx
src/VISUGUI/VisuGUI_Module.cxx

index 19b1cc9ab949b8d0f46045c808da8416e09fa478..a2ef6b93c20b9b5bb6480e949520c39e879dd2e1 100644 (file)
@@ -314,8 +314,8 @@ msgstr "Cut Lines"
 msgid "VisuGUI::MEN_CUT_PLANES"
 msgstr "Cut Planes"
 
-msgid "VisuGUI::MEN_DISPLAY"
-msgstr "Display"
+msgid "VisuGUI::MEN_SHOW"
+msgstr "Show"
 
 msgid "VisuGUI::MEN_DISPLAY_ONLY"
 msgstr "Display Only"
@@ -329,8 +329,8 @@ msgstr "Edit..."
 msgid "VisuGUI::MEN_EDIT_PRS"
 msgstr "Edit..."
 
-msgid "VisuGUI::MEN_ERASE"
-msgstr "Erase"
+msgid "VisuGUI::MEN_HIDE"
+msgstr "Hide"
 
 msgid "VisuGUI::MEN_EXPORT_TABLE"
 msgstr "Export Table"
index 5f8e979445e0ff587c710b34ec670b94e454623c..ffef44f4e268735245b20a987a92c55340e394ef 100644 (file)
@@ -2138,12 +2138,12 @@ VisuGUI
                 tr("MEN_FREE_SCALAR_BARS"), "", 0, aParent, false,
                 this, SLOT(OnFreeScalarBars()));
 
-  createAction( VISU_ERASE, tr("MEN_ERASE"), QIconSet(),
-                tr("MEN_ERASE"), "", 0, aParent, false,
+  createAction( VISU_ERASE, tr("MEN_HIDE"), QIconSet(),
+                tr("MEN_HIDE"), "", 0, aParent, false,
                 this, SLOT(OnErasePrs()));
 
-  createAction( VISU_DISPLAY, tr("MEN_DISPLAY"), QIconSet(),
-                tr("MEN_DISPLAY"), "", 0, aParent, false,
+  createAction( VISU_DISPLAY, tr("MEN_SHOW"), QIconSet(),
+                tr("MEN_SHOW"), "", 0, aParent, false,
                 this, SLOT(OnDisplayPrs()));
 
   createAction( VISU_DISPLAY_ONLY, tr("MEN_DISPLAY_ONLY"), QIconSet(),
index 7efafbf6c2bd321797969d30d5009f8c3dadd80d..81ed8c63a4bc80373a40fabea2095c32d4a0b5d1 100644 (file)
@@ -330,15 +330,15 @@ initialize( CAM_Application* theApp )
 
   aRule = "(selcount>0 and type='VISU::TGAUSSPOINTS')";
 
-  createAction( GAUSS_ERASE_PRS, VisuGUI::tr("MEN_ERASE"), QIconSet(),
-                VisuGUI::tr("MEN_ERASE"), "", 0, this, false,
+  createAction( GAUSS_ERASE_PRS, VisuGUI::tr("MEN_HIDE"), QIconSet(),
+                VisuGUI::tr("MEN_HIDE"), "", 0, this, false,
                 this, SLOT(OnErasePrs()));
   mgr->insert( action( GAUSS_ERASE_PRS ), -1, -1, -1 ); // erase
   mgr->setRule( action( GAUSS_ERASE_PRS ), 
                aRule + " and ({true} in $canBeDisplayed) and (isVisible=true)", true );
 
-  createAction( GAUSS_DISPLAY_PRS, VisuGUI::tr("MEN_DISPLAY"), QIconSet(),
-                VisuGUI::tr("MEN_DISPLAY"), "", 0, this, false,
+  createAction( GAUSS_DISPLAY_PRS, VisuGUI::tr("MEN_SHOW"), QIconSet(),
+                VisuGUI::tr("MEN_SHOW"), "", 0, this, false,
                 this, SLOT(OnDisplayPrs()));
   mgr->insert( action( GAUSS_DISPLAY_PRS ), -1, -1, -1 ); // display
   mgr->setRule( action( GAUSS_DISPLAY_PRS ),