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()));