Skip to content

Commit bdc02a2

Browse files
committedOct 19, 2013
add message about processing completion (fix #8916)
1 parent af5a3a5 commit bdc02a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def updateProgress( self ):
120120

121121
def processingFinished( self ):
122122
self.stopProcessing()
123+
QMessageBox.information(self, self.tr( "Finished" ), self.tr( "Processing completed." ) )
123124

124125
def processingInterrupted( self ):
125126
self.restoreGui()

0 commit comments

Comments
 (0)
Please sign in to comment.