Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/synch: change close button to 'Quit'

Changeset 9dc89a432970

Parent d24a2607cf42

by Steve Borho

Changes to one file · Browse files at 9dc89a432970 Showing diff from parent d24a2607cf42 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
87
88
89
90
91
 
 
92
93
94
 
87
88
89
 
 
90
91
92
93
94
@@ -87,8 +87,8 @@
  sep.set_expand(True)   sep.set_draw(False)   self.tbar.insert(sep, -1) - button = self._toolbutton(gtk.STOCK_CLOSE, 'Close', - self._close_clicked, tip='Close Application') + button = self._toolbutton(gtk.STOCK_CLOSE, 'Quit', + self._close_clicked, tip='Quit Application')   self.tbar.insert(button, -1)   vbox = gtk.VBox()   self.add(vbox)