Salome HOME
Copyright update 2021
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI.cxx
index 6b68d922305e9c6e3c243b0763fe45107f9483d1..fa8f22007fb88fd591495e5e395191df3c3dda99 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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
@@ -89,7 +89,7 @@ void ATOMICGUI::initialize ( CAM_Application* app )
   createMenu( agAddAtom,   aAtomicMnu, 10 );
 
   // create toolbar
-  int tbId = createTool( tr( "MEN_ATOMIC" ) );
+  int tbId = createTool( tr( "MEN_ATOMIC" ), QString( "Atomic" ) );
   createTool( agCreateMol, tbId );
   createTool( agAddAtom,   tbId );
   createTool( separator(),  tbId );