]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
BugID: IPAL12076, added a tooltip to Import button.
authorsrn <srn@opencascade.com>
Tue, 11 Apr 2006 07:33:36 +0000 (07:33 +0000)
committersrn <srn@opencascade.com>
Tue, 11 Apr 2006 07:33:36 +0000 (07:33 +0000)
src/VISUGUI/VisuGUI.cxx

index 75d9621722669e8a6c917da05429b264f0ffd516..16b6a02f307709a99f5500110b19b1920a13a561 100644 (file)
@@ -1980,12 +1980,12 @@ createActions()
   SUIT_ResourceMgr* aResourceMgr = VISU::GetResourceMgr();
 
   // Create actions
-  createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(),
-                tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false,
-                this, SLOT(OnImportFromFile()));
+  //createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(),
+  //              tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false,
+  //              this, SLOT(OnImportFromFile()));
 
   aPixmap = aResourceMgr->loadPixmap("VISU",tr("ICON_IMPORT_MED"));
-  createAction( VISU_IMPORT_FROM_FILE, "", QIconSet(aPixmap),
+  createAction( VISU_IMPORT_FROM_FILE, tr("IMPORT_FROM_FILE"), QIconSet(aPixmap),
                 tr("MEN_IMPORT_FROM_FILE"), "", (CTRL + Key_I), aParent, false,
                 this, SLOT(OnImportFromFile()));