+ 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

@@ -42,7 +42,7 @@ CmdCompleteConstraintAxle::CmdCompleteConstraintAxle()
sGroup = QT_TR_NOOP("Complete");
sMenuText = QT_TR_NOOP("Constraint Axle...");
sToolTipText = QT_TR_NOOP("set a axle constraint between two objects");
sWhatsThis = sToolTipText;
sWhatsThis = "Complete_ConstraintAxle";
sStatusTip = sToolTipText;
sPixmap = "actions/document-new";
}