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

hggtk/serve: change close button to 'Quit'

Changeset 071b3aa8b7c3

Parent 9dc89a432970

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​serve.py Stacked
 
75
76
77
78
 
79
80
81
 
75
76
77
 
78
79
80
81
@@ -75,7 +75,7 @@
  sep = gtk.SeparatorToolItem()   sep.set_expand(True)   sep.set_draw(False) - self._button_close = self._toolbutton(gtk.STOCK_CLOSE, 'Close', + self._button_close = self._toolbutton(gtk.STOCK_CLOSE, 'Quit',   self._close_clicked)     tbuttons = [