Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable commit: reorder bottom buttons

Changeset e51850590d03

Parent c200d7336096

by Yuki KODAMA

Changes to one file · Browse files at e51850590d03 Showing diff from parent c200d7336096 Diff from another changeset...

 
28
29
30
31
32
 
 
33
34
35
 
28
29
30
 
 
31
32
33
34
35
@@ -28,8 +28,8 @@
 class BranchOperationDialog(gtk.Dialog):   def __init__(self, branch, close, mergebranches):   gtk.Dialog.__init__(self, parent=None, flags=gtk.DIALOG_MODAL, - buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, - gtk.STOCK_OK, gtk.RESPONSE_OK), + buttons=(gtk.STOCK_OK, gtk.RESPONSE_OK, + gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL),   title=_('Branch Operations'))   gtklib.set_tortoise_icon(self, 'branch.ico')   gtklib.set_tortoise_keys(self)