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

stable fileview: give search toggle button a meaningful tooltip

Changeset 1cdf5b4b738d

Parent 7575e0644f21

by Steve Borho

Changes to one file · Browse files at 1cdf5b4b738d Showing diff from parent 7575e0644f21 Diff from another changeset...

 
165
166
167
 
168
169
170
 
165
166
167
168
169
170
171
@@ -165,6 +165,7 @@
    self.actionFind = self.searchbar.toggleViewAction()   self.actionFind.setIcon(qtlib.geticon('edit-find')) + self.actionFind.setToolTip(_('Toggle display of text search bar'))   self.actionFind.setShortcut(QKeySequence.Find)     tb = self.diffToolbar