Skip to content

Commit 08ee810

Browse files
committedMay 7, 2011
Merge branch 'release-1_7_0' of github.com:timlinux/Quantum-GIS into release-1_7_0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/GdalTools/tools/doWarp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def getArguments(self):
189189
mask = self.getMaskFileName()
190190
if not mask.isEmpty():
191191
arguments << "-q"
192-
arguments << "-mask"
192+
arguments << "-cutline"
193193
arguments << mask
194194
arguments << "-dstalpha"
195195
if self.isBatchEnabled():

0 commit comments

Comments
 (0)
Please sign in to comment.