From 4ec09cb33a6b7a83c5a6ecc0b8fd82cdb703df85 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 10 Apr 2006 07:40:16 +0000 Subject: [PATCH] BugID: IPAL12076, added a "Import med" toolbar --- src/VISUGUI/VISU_msg_en.po | 3 +++ src/VISUGUI/VisuGUI.cxx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/VISUGUI/VISU_msg_en.po b/src/VISUGUI/VISU_msg_en.po index 3bf41a43..560a3e32 100644 --- a/src/VISUGUI/VISU_msg_en.po +++ b/src/VISUGUI/VISU_msg_en.po @@ -1275,6 +1275,9 @@ msgstr "Importing is done" msgid "VisuGUI_Module::MEN_VISUALISATION" msgstr "Visualization" +msgid "VisuGUI_Module::TOOL_IMPORT" +msgstr "Import Toolbar" + msgid "VisuGUI_Module::TOOL_VISUALISATION" msgstr "Visualization Toolbar" diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 366d4cb1..75d96217 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -2322,7 +2322,7 @@ void VisuGUI:: createToolBars() { - int aToolId = createTool( "TOOL_IMPORT" ); + int aToolId = createTool( tr("TOOL_IMPORT") ); createTool( VISU_IMPORT_FROM_FILE, aToolId ); aToolId = createTool(tr("TOOL_VISUALISATION")); -- 2.39.2