Skip to content

Commit

Permalink
[processing] fix grass provider svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Apr 30, 2018
1 parent 08db66f commit 3bfc93d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ def icon(self):
return QgsApplication.getThemeIcon("/providerGrass.svg")

def svgIconPath(self):
return QgsApplication.iconPath("providerGrass.svg")
return QgsApplication.iconPath("/providerGrass.svg")

def supportsNonFileBasedOutput(self):
"""
Expand Down

0 comments on commit 3bfc93d

Please sign in to comment.