sWhatsThis fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
@@ -51,7 +51,7 @@ StdCmdPart::StdCmdPart()
|
||||
sGroup = QT_TR_NOOP("Structure");
|
||||
sMenuText = QT_TR_NOOP("Create part");
|
||||
sToolTipText = QT_TR_NOOP("Create a new part and make it active");
|
||||
sWhatsThis = sToolTipText;
|
||||
sWhatsThis = "Std_Part";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Geofeaturegroup.svg";
|
||||
}
|
||||
@@ -91,7 +91,7 @@ StdCmdGroup::StdCmdGroup()
|
||||
sGroup = QT_TR_NOOP("Structure");
|
||||
sMenuText = QT_TR_NOOP("Create group");
|
||||
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
|
||||
sWhatsThis = sToolTipText;
|
||||
sWhatsThis = "Std_Group";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Group.svg";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user