Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable 2.0.3 purge: give confirmation dialog a proper parent

Changeset d5cd872f61fd

Parent 868ccf195869

by Steve Borho

Changes to one file · Browse files at d5cd872f61fd Showing diff from parent 868ccf195869 Diff from another changeset...

 
144
145
146
147
 
 
148
149
150
 
144
145
146
 
147
148
149
150
151
@@ -144,7 +144,8 @@
  QDialog.accept(self)   return   if not qtlib.QuestionMsgBox(_('Confirm file deletions'), - _('Are you sure you want to delete these files and/or folders?')): + _('Are you sure you want to delete these files and/or folders?'), + parent=self):   return     def completed():