Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable repofilter: give filter checkbox a tooltip

Changeset 409c5fa3385e

Parent d98bcaee84d4

by Steve Borho

Changes to one file · Browse files at 409c5fa3385e Showing diff from parent d98bcaee84d4 Diff from another changeset...

 
75
76
77
 
78
79
80
 
75
76
77
78
79
80
81
@@ -75,6 +75,7 @@
    self.filtercb = f = QCheckBox(_('filter'))   f.toggled.connect(self.filterToggled) + f.setToolTip(_('Toggle filtering of non-matched changesets'))   self.addWidget(f)     self._initbranchfilter()