From 0ffceb6d1d7b9694a7a6c377dae25df6725585d5 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 11 Sep 2013 07:10:02 +0000 Subject: [PATCH] =?utf8?q?HYDRO=20bug=2016:=20rename=20View=20=C2=96=20Too?= =?utf8?q?lbars=20-=20HYDRO=20toolbar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/HYDROGUI/HYDROGUI_Operations.cxx | 2 +- src/HYDROGUI/resources/HYDROGUI_msg_en.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/HYDROGUI/HYDROGUI_Operations.cxx b/src/HYDROGUI/HYDROGUI_Operations.cxx index 5a9529fc..9133cb72 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.cxx +++ b/src/HYDROGUI/HYDROGUI_Operations.cxx @@ -126,7 +126,7 @@ void HYDROGUI_Module::createPopups() void HYDROGUI_Module::createToolbars() { - int aToolBar = createTool( tr( "HYDRO_TOOLBAR" ) ); + int aToolBar = createTool( tr( "MEN_DESK_HYDRO" ) ); createTool( UndoId, aToolBar ); createTool( RedoId, aToolBar ); } diff --git a/src/HYDROGUI/resources/HYDROGUI_msg_en.ts b/src/HYDROGUI/resources/HYDROGUI_msg_en.ts index 64a96777..2eae424e 100644 --- a/src/HYDROGUI/resources/HYDROGUI_msg_en.ts +++ b/src/HYDROGUI/resources/HYDROGUI_msg_en.ts @@ -311,10 +311,6 @@ file cannot be correctly imported for a Bathymetry definition. DSK_UPDATE_IMAGE Update image - - HYDRO_TOOLBAR - HYDRO toolbar - MEN_CREATE_POLYLINE Create polyline -- 2.39.2