Gui: sWhatsThis for Std_MacroStepInto

This commit is contained in:
Roy-043
2023-12-22 20:31:15 +01:00
parent f3fa2ba9c9
commit b9a9e1fd35

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