File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/processing/algs/grass7 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def getCopy(self):
89
89
return newone
90
90
91
91
def getIcon (self ):
92
- return QIcon (os .path .dirname (__file__ ) + '/../images/grass.png' )
92
+ return QIcon (os .path .dirname (__file__ ) + '/../../ images/grass.png' )
93
93
94
94
def helpFile (self ):
95
95
return 'http://grass.osgeo.org/grass70/manuals/' + self .grassName \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def getName(self):
97
97
return 'grass70'
98
98
99
99
def getIcon (self ):
100
- return QIcon (os .path .dirname (__file__ ) + '/../images/grass.png' )
100
+ return QIcon (os .path .dirname (__file__ ) + '/../../ images/grass.png' )
101
101
102
102
def getSupportedOutputVectorLayerExtensions (self ):
103
103
return ['shp' ]
You can’t perform that action at this time.
0 commit comments