Skip to content

Commit

Permalink
[Gui] Add an icon for Std_RecentMacros command (FreeCAD#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 authored and chennes committed Mar 13, 2023
1 parent 72e19f6 commit a9aeec7
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 a9aeec7

Please sign in to comment.