]> 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:43:40 +0000 (13:43 +0000)
committerouv <ouv@opencascade.com>
Mon, 8 Jun 2009 13:43:40 +0000 (13:43 +0000)
src/VISUGUI/VISU_msg_en.ts
src/VISUGUI/VisuGUI.cxx

index e7539f3dba4d7d3dd8167db52bd0ef3272590fbf..642865fe82dd43433bf7b975ceca039f835aa7df 100644 (file)
@@ -134,8 +134,8 @@ number of time stamps or number of components is not the same!</translation>
             <translation>Cosinusoidal ( (1 - cos(t))/2 )</translation>
         </message>
         <message>
-            <source>VISU_CUTLINE_PREF</source>
-            <translation>CutLine preferences</translation>
+            <source>VISU_CUT_LINES_PREF</source>
+            <translation>Cut Lines preferences</translation>
         </message>
         <message>
             <source>VISU_CUT_LINES</source>
index 5c51442e103d3bd86bb59b2efea12842f670ade1..867e235246f104cdfdc11a3a909c2faa9878844f 100644 (file)
@@ -3682,10 +3682,10 @@ void VisuGUI::createPreferences()
   setPreferenceProperty( bhh, "max", 100 );
 
   // 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" );