Gui: sWhatsThis for Std_MacroStepInto

This commit is contained in:
Roy-043
2023-12-22 20:31:15 +01:00
parent 1cf7861b51
commit 7ef98b14d3

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";