Skip to content

Commit

Permalink
Fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
mnesarco committed Feb 16, 2021
1 parent 80c30a0 commit 93b31c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion freecad/marz/command/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def GetResources(self):
return {
"MenuText": "About Marz Designer Workbench",
"ToolTip": "About Marz Designer Workbench",
"Pixmap": ui.iconPath('MarzWorkbench.svg')
"Pixmap": ui.iconPath('Marz.svg')
}

def IsActive(self):
Expand Down
2 changes: 1 addition & 1 deletion freecad/marz/init_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class MarzWorkbench(Gui.Workbench):
""""Marz Workbench"""

Icon = ui.iconPath('MarzWorkbench.svg')
Icon = ui.iconPath('Marz.svg')
MenuText = "Marz Guitar Designer"
ToolTip = "Guitar Design Workbench"
Categories = ['Musical Instruments']
Expand Down
2 changes: 1 addition & 1 deletion manifest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version=0.1
name=Marz
title=Marz Guitar Design
description=Parametric Guitar Design
iconPath=Resources/icons/MarzWorkbench.svg
iconPath=Resources/icons/Marz.svg
license=GPLv3
licensePath=LICENSE
authors=Frank Martinez <mnesarco at gmail.com>
Expand Down

0 comments on commit 93b31c5

Please sign in to comment.