Improved icon themes support

This commit is contained in:
triplus
2019-02-12 21:13:56 +01:00
committed by Yorik van Havre
parent fc7efcb4d7
commit 92efd5fbe9
18 changed files with 230 additions and 230 deletions

View File

@@ -53,7 +53,7 @@ StdCmdPart::StdCmdPart()
sToolTipText = QT_TR_NOOP("Create a new part and make it active");
sWhatsThis = "Std_Part";
sStatusTip = sToolTipText;
sPixmap = "Geofeaturegroup.svg";
sPixmap = "Geofeaturegroup";
}
void StdCmdPart::activated(int iMsg)
@@ -93,7 +93,7 @@ StdCmdGroup::StdCmdGroup()
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
sWhatsThis = "Std_Group";
sStatusTip = sToolTipText;
sPixmap = "Group.svg";
sPixmap = "Group";
}
void StdCmdGroup::activated(int iMsg)