From: srn Date: Tue, 11 Apr 2006 07:33:36 +0000 (+0000) Subject: BugID: IPAL12076, added a tooltip to Import button. X-Git-Tag: T3_2_0b1_pre1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0f7d9e688760c6249b23e6400fda893b922ba84;p=modules%2Fvisu.git BugID: IPAL12076, added a tooltip to Import button. --- diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 75d96217..16b6a02f 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -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()));