+ fix Qt help problems
This commit is contained in:
@@ -48,7 +48,7 @@ FCCmdImportReadBREP::FCCmdImportReadBREP()
|
||||
sGroup = "Import";
|
||||
sMenuText = "Read BREP";
|
||||
sToolTipText = "Read a BREP file";
|
||||
sWhatsThis = sToolTipText;
|
||||
sWhatsThis = "Import_ReadBREP";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Std_Tool1";
|
||||
}
|
||||
@@ -83,7 +83,7 @@ ImportStep::ImportStep()
|
||||
sGroup = "Part";
|
||||
sMenuText = "Import STEP";
|
||||
sToolTipText = "Create or change a Import STEP feature";
|
||||
sWhatsThis = sToolTipText;
|
||||
sWhatsThis = "Part_ImportStep";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Save";
|
||||
}
|
||||
@@ -122,7 +122,7 @@ ImportIges::ImportIges()
|
||||
sGroup = "Part";
|
||||
sMenuText = "Import IGES";
|
||||
sToolTipText = "Create or change a Import IGES feature";
|
||||
sWhatsThis = sToolTipText;
|
||||
sWhatsThis = "Import_Iges";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Save";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user