+ fix Qt help problems

This commit is contained in:
wmayer
2014-10-01 17:16:43 +02:00
parent 761e05a98a
commit 4e72e4a937
26 changed files with 169 additions and 142 deletions

View File

@@ -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";
}