]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix of bug IPAL21152 - TC5.1.2: Caption of tab "CutLines" in VISU preferences is...
authorouv <ouv@opencascade.com>
Mon, 8 Jun 2009 13:44:12 +0000 (13:44 +0000)
committerouv <ouv@opencascade.com>
Mon, 8 Jun 2009 13:44:12 +0000 (13:44 +0000)
src/VISUGUI/VISU_msg_en.po
src/VISUGUI/VisuGUI.cxx

index 4b53525271f205e83d097bfeb5c641ff33c02c0f..b4e99cbd6b4ce7b07d4d53d2e173e50afe3b4000 100644 (file)
@@ -225,8 +225,8 @@ msgstr "Number of cycles"
 msgid "VISU_NB_STEPS"
 msgstr "Number of steps"
 
-msgid "VISU_CUTLINE_PREF"
-msgstr "CutLine preferences"
+msgid "VISU_CUT_LINES_PREF"
+msgstr "Cut Lines preferences"
 
 msgid "VISU_PREF_MED_IMPORT"
 msgstr "MED files import"
index 6270789cd8ff0f7aeb4110944eccb2a4703879cc..8365a3b5a6f76f9dfd7d93b9e712db1a93eb3bae 100644 (file)
@@ -3393,10 +3393,10 @@ void VisuGUI::createPreferences()
   addPreference( tr( "Arrange Scalar Bars" ), scalarBarGr, LightApp_Preferences::Bool, "VISU", "scalar_bars_default_position" );
 
   // TAB: "CutLines"
-  int cutLineTab = addPreference( tr( "CutLines" ) );
+  int cutLineTab = addPreference( tr( "VISU_CUT_LINES" ) );
 
   // group: "CutLines preferences"
-  int cutLineGr = addPreference( tr( "VISU_CUTLINE_PREF" ), cutLineTab );
+  int cutLineGr = addPreference( tr( "VISU_CUT_LINES_PREF" ), cutLineTab );
   setPreferenceProperty( cutLineGr, "columns", 1 );
   addPreference( tr( "Show preview" ), cutLineGr, LightApp_Preferences::Bool, "VISU", "show_preview" );
   addPreference( tr( "Invert all curves" ), cutLineGr, LightApp_Preferences::Bool, "VISU", "invert_all_curves" );