Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

history: gettext wrapper for 'Show Branch' toggle

Changeset 1494f6528087

Parent d725a7fdb01c

by Steve Borho

Changes to one file · Browse files at 1494f6528087 Showing diff from parent d725a7fdb01c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
146
147
148
149
 
150
151
152
 
146
147
148
 
149
150
151
152
@@ -146,7 +146,7 @@
  button.set_active(self._show_date)   button.set_draw_as_radio(True)   menu.append(button) - button = gtk.CheckMenuItem("Show Branch") + button = gtk.CheckMenuItem(_("Show Branch"))   button.connect("toggled", self.toggle_view_column,   'branch-column-visible')   button.set_active(self._show_branch)