Skip to content

Commit

Permalink
[Gui] Add an icon for Std_RecentMacros command (#8793)
Browse files Browse the repository at this point in the history
* [Gui] Add Std_RecentMacros.svg icon
* [Gui] Add Std_RecentMacros icon
* [Gui] Add icon to Std_RecentMacros command
  • Loading branch information
Syres916 committed Mar 9, 2023
1 parent b7b8113 commit 5abe450
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/CommandStd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5abe450

Please sign in to comment.