From: srn Date: Mon, 10 Apr 2006 07:40:16 +0000 (+0000) Subject: BugID: IPAL12076, added a "Import med" toolbar X-Git-Tag: T3_2_0b1_pre1~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ec09cb33a6b7a83c5a6ecc0b8fd82cdb703df85;p=modules%2Fvisu.git BugID: IPAL12076, added a "Import med" toolbar --- 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"));