Skip to content

Commit 3bfc93d

Browse files
committed
[processing] fix grass provider svg path
1 parent 08db66f commit 3bfc93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def icon(self):
132132
return QgsApplication.getThemeIcon("/providerGrass.svg")
133133

134134
def svgIconPath(self):
135-
return QgsApplication.iconPath("providerGrass.svg")
135+
return QgsApplication.iconPath("/providerGrass.svg")
136136

137137
def supportsNonFileBasedOutput(self):
138138
"""

0 commit comments

Comments
 (0)