Skip to content

Commit

Permalink
Merge pull request #1521 from easyw/master
Browse files Browse the repository at this point in the history
updating Image WB new Icons
  • Loading branch information
yorikvanhavre committed Jun 18, 2018
2 parents 8e4dd8c + 60a0dff commit 70c190f
Show file tree
Hide file tree
Showing 5 changed files with 1,329 additions and 245 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Image/Gui/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CmdCreateImagePlane::CmdCreateImagePlane()
sToolTipText = QT_TR_NOOP("Create a planar image in the 3D space");
sWhatsThis = "Image_CreateImagePlane";
sStatusTip = sToolTipText;
sPixmap = "image-import";
sPixmap = "image-import-to-plane";
}

void CmdCreateImagePlane::activated(int iMsg)
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Image/Gui/Resources/Image.qrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<RCC>
<qresource>
<file>icons/image-import.svg</file>
<file>icons/image-import-to-plane.svg</file>
<file>icons/ImageWorkbench.svg</file>
<file>translations/Image_af.qm</file>
<file>translations/Image_de.qm</file>
Expand Down

0 comments on commit 70c190f

Please sign in to comment.