Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qgis/Quantum-GIS
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 6, 2011
2 parents 1bff56a + ce6588c commit ad494d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/doWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def getArguments(self):
mask = self.getMaskFileName()
if not mask.isEmpty():
arguments << "-q"
arguments << "-mask"
arguments << "-cutline"
arguments << mask
arguments << "-dstalpha"
if self.isBatchEnabled():
Expand Down

0 comments on commit ad494d4

Please sign in to comment.