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

workbench: remove toolbar button that toggles search bar

Changeset 4146ca7f0633

Parent 792461334b08

by Steve Borho

Changes to one file · Browse files at 4146ca7f0633 Showing diff from parent 792461334b08 Diff from another changeset...

 
300
301
302
303
304
305
306
307
308
309
 
300
301
302
 
 
 
 
303
304
305
@@ -300,10 +300,6 @@
  icon='go-jump', shortcut='Ctrl+T', enabled='repoopen',   toolbar='edit', menu='View',   tooltip=_('Jump to a specific revision')) - newaction(_('Find in File'), self._repofwd('toggleSearchBar'), - icon='edit-find', shortcut='Find', enabled='repoopen', - toolbar='edit', menu='View', checkable=False, - tooltip=_('Search file and revision contents for keyword'))     newaction(_('Incoming'), self._repofwd('incoming'), icon='incoming',   tooltip=_('Check for incoming changes from default pull target'),