Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgmq: simplify menu labels of column display

Changeset 8820689b26e9

Parent 1aba6aa0cebc

by Yuki KODAMA

Changes to one file · Browse files at 8820689b26e9 Showing diff from parent 1aba6aa0cebc Diff from another changeset...

 
746
747
748
749
750
751
 
 
 
752
753
754
 
746
747
748
 
 
 
749
750
751
752
753
754
@@ -746,9 +746,9 @@
  item = m.append(label, handler, ascheck=True, check=active)   self.vmenu[propname] = item   - colappend(_('Show Index'), MQ_INDEX) - colappend(_('Show Status'), MQ_STATUS, active=False) - colappend(_('Show Summary'), MQ_SUMMARY, active=False) + colappend(_('Index'), MQ_INDEX) + colappend(_('Status'), MQ_STATUS, active=False) + colappend(_('Summary'), MQ_SUMMARY, active=False)     m.append_sep()