From 4be6116d5938271d83dc1cad509f502ad344677c Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 8 Jun 2009 13:43:40 +0000 Subject: [PATCH] Fix of bug IPAL21152 - TC5.1.2: Caption of tab "CutLines" in VISU preferences is incorrect --- src/VISUGUI/VISU_msg_en.ts | 4 ++-- src/VISUGUI/VisuGUI.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VISUGUI/VISU_msg_en.ts b/src/VISUGUI/VISU_msg_en.ts index e7539f3d..642865fe 100644 --- a/src/VISUGUI/VISU_msg_en.ts +++ b/src/VISUGUI/VISU_msg_en.ts @@ -134,8 +134,8 @@ number of time stamps or number of components is not the same! Cosinusoidal ( (1 - cos(t))/2 ) - VISU_CUTLINE_PREF - CutLine preferences + VISU_CUT_LINES_PREF + Cut Lines preferences VISU_CUT_LINES diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 5c51442e..867e2352 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -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" ); -- 2.39.2