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

hggtk/commit: Capitalize commit toolbar button

Changeset 1854c0c18bb9

Parent 75d11ed7938c

by Steve Borho

Changes to one file · Browse files at 1854c0c18bb9 Showing diff from parent 75d11ed7938c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
87
88
89
90
 
91
92
93
 
87
88
89
 
90
91
92
93
@@ -87,7 +87,7 @@
    def get_tbbuttons(self):   tbbuttons = GStatus.get_tbbuttons(self) - tbbuttons.insert(2, self.make_toolbutton(gtk.STOCK_OK, '_commit', + tbbuttons.insert(2, self.make_toolbutton(gtk.STOCK_OK, '_Commit',   self._commit_clicked, tip='commit'))   return tbbuttons