Gui: Use freedesktop name for the group icon so it can be displayed using the system theme

This commit is contained in:
Yorik van Havre
2019-09-04 17:36:13 -03:00
parent 7d74f91845
commit 349bfce263
6 changed files with 81 additions and 6 deletions

View File

@@ -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)