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

commit: correct to new attribute name

Changeset 863925996a97

Parent 3c25fbc7d84e

by Simon Heimberg

Changes to one file · Browse files at 863925996a97 Showing diff from parent 3c25fbc7d84e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
366
367
368
369
 
370
371
372
 
366
367
368
 
369
370
371
372
@@ -366,7 +366,7 @@
  if self.qnew:   c_btn.set_label(_('QNew'))   c_btn.set_tooltip(self.tooltips, _('QNew')) - self._hg_call_wrapper('Status', self._do_reload_status) + self._hg_call_wrapper('Status', self.do_reload_status)   else:   c_btn.set_label(_('QRefresh'))   c_btn.set_tooltip(self.tooltips, _('QRefresh'))