Gui: add sWhatsThis to Std_DrawStyle

This commit is contained in:
vocx-fc
2020-04-28 11:06:46 -05:00
committed by wwmayer
parent 52d03926e6
commit b2e63db460

View File

@@ -575,8 +575,9 @@ StdCmdDrawStyle::StdCmdDrawStyle()
{
sGroup = QT_TR_NOOP("Standard-View");
sMenuText = QT_TR_NOOP("Draw style");
sToolTipText = QT_TR_NOOP("Draw style");
sStatusTip = QT_TR_NOOP("Draw style");
sToolTipText = QT_TR_NOOP("Change the draw style of the objects");
sStatusTip = QT_TR_NOOP("Change the draw style of the objects");
sWhatsThis = "Std_DrawStyle";
sPixmap = "DrawStyleAsIs";
eType = Alter3DView;