X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FQxScene%2FQxScene_ViewWindow.cxx;h=908f1428cda3435b133b3d571913152dccaf36e6;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=47ab64cf2570863122fc7441aed33b96a5b3d806;hpb=627194285d9b5354291d3a442b68b8740f114eda;p=modules%2Fgui.git diff --git a/src/QxScene/QxScene_ViewWindow.cxx b/src/QxScene/QxScene_ViewWindow.cxx index 47ab64cf2..908f1428c 100644 --- a/src/QxScene/QxScene_ViewWindow.cxx +++ b/src/QxScene/QxScene_ViewWindow.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -157,7 +157,9 @@ void QxScene_ViewWindow::createToolBar() { DEBTRACE("QxScene_ViewWindow::createToolBar"); QtxActionToolMgr* mgr = toolMgr(); - myToolBar = mgr->createToolBar( tr( "LBL_TOOLBAR_LABEL" ), false ); + myToolBar = mgr->createToolBar( tr( "LBL_TOOLBAR_LABEL" ), // title (language-dependant) + QString( "QxSceneViewOperations" ), // name (language-independant) + false ); // disable floatable toolbar mgr->append( ScaleOpId, myToolBar ); mgr->append( MoveOpId, myToolBar ); mgr->append( ResetId, myToolBar );