+ 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

@@ -67,7 +67,7 @@ CmdSketcherToggleConstruction::CmdSketcherToggleConstruction()
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Toggle construction line");
sToolTipText = QT_TR_NOOP("Toggles the currently selected lines to/from construction mode");
sWhatsThis = sToolTipText;
sWhatsThis = "Sketcher_ToggleConstruction";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_AlterConstruction";
sAccel = "T";