[Gui] Add an icon for Std_RecentMacros command (#8793)

* [Gui] Add Std_RecentMacros.svg icon
* [Gui] Add Std_RecentMacros icon
* [Gui] Add icon to Std_RecentMacros command
This commit is contained in:
Syres916
2023-03-09 13:55:30 +00:00
committed by GitHub
parent b7b8113824
commit 5abe450b0c
3 changed files with 802 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ StdCmdRecentMacros::StdCmdRecentMacros()
sToolTipText = QT_TR_NOOP("Recent macro list");
sWhatsThis = "Std_RecentMacros";
sStatusTip = QT_TR_NOOP("Recent macro list");
sPixmap = "Std_RecentMacros";
eType = NoTransaction;
}