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

bookmark: fix the order of buttons

Changeset 3020c0a56b86

Parent aa89a9fa874d

by Yuki KODAMA

Changes to one file · Browse files at 3020c0a56b86 Showing diff from parent aa89a9fa874d Diff from another changeset...

 
35
36
37
38
39
40
 
41
42
43
 
35
36
37
 
38
39
40
41
42
43
@@ -35,9 +35,9 @@
  self.repo = repo     # add buttons - self.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE)   self.add_button(_('Add'), RESPONSE_ADD)   self.add_button(_('Remove'), RESPONSE_REMOVE) + self.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE)     # layout table   table = gtklib.LayoutTable()