Gui: Use freedesktop name for the group icon so it can be displayed using the system theme
This commit is contained in:
@@ -94,7 +94,7 @@ StdCmdGroup::StdCmdGroup()
|
||||
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
|
||||
sWhatsThis = "Std_Group";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Group";
|
||||
sPixmap = "folder";
|
||||
}
|
||||
|
||||
void StdCmdGroup::activated(int iMsg)
|
||||
|
||||
Reference in New Issue
Block a user