Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

gdialog: remove unneeded prefix

Changeset 8a3ebec8cf76

Parent 5e6e5acccfb1

by Yuki KODAMA

Changes to one file · Browse files at 8a3ebec8cf76 Showing diff from parent 5e6e5acccfb1 Diff from another changeset...

 
862
863
864
865
866
 
 
867
868
869
 
862
863
864
 
 
865
866
867
868
869
@@ -862,8 +862,8 @@
  # Cancel button or dialog closing by the user   elif response_id in (gtk.RESPONSE_CLOSE, gtk.RESPONSE_DELETE_EVENT):   if self.cmd.is_alive(): - ret = gdialog.Confirm(_('Confirm Abort'), [], self, - _('Do you want to abort?')).run() + ret = Confirm(_('Confirm Abort'), [], self, + _('Do you want to abort?')).run()   if ret == gtk.RESPONSE_YES:   self.abort()   else: