Merge pull request #11811 from Roy-043/Gui-sWhatsThis-for-Std_MacroStepInto

Gui: sWhatsThis for Std_MacroStepInto
This commit is contained in:
sliptonic
2024-01-01 12:46:35 -06:00
committed by GitHub

View File

@@ -257,7 +257,7 @@ StdCmdMacroStepInto::StdCmdMacroStepInto()
sGroup = "Macro";
sMenuText = QT_TR_NOOP("Step into");
sToolTipText = QT_TR_NOOP("Step to the next line executed");
//sWhatsThis = "Std_MacroStepOver";
sWhatsThis = "Std_MacroStepInto";
sStatusTip = QT_TR_NOOP("Step to the next line executed");
sPixmap = nullptr;
sAccel = "F11";