Skip to content

Commit

Permalink
add message about processing completion (fix #8916)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 19, 2013
1 parent af5a3a5 commit bdc02a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/GdalTools/tools/doExtractProj.py
Expand Up @@ -120,6 +120,7 @@ def updateProgress( self ):

def processingFinished( self ):
self.stopProcessing()
QMessageBox.information(self, self.tr( "Finished" ), self.tr( "Processing completed." ) )

def processingInterrupted( self ):
self.restoreGui()
Expand Down

0 comments on commit bdc02a2

Please sign in to comment.