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

grep: set initial focus on the regexp line edit

Changeset e84111db1f2e

Parent 79c12084b192

by Steve Borho

Changes to one file · Browse files at e84111db1f2e Showing diff from parent 79c12084b192 Diff from another changeset...

 
126
127
128
 
129
130
131
 
126
127
128
129
130
131
132
@@ -126,6 +126,7 @@
  self.incle, self.excle, self.revle = incle, excle, revle   self.wctxradio, self.ctxradio, self.aradio = working, revision, history   self.singlematch = singlematch + self.regexple.setFocus()     if not parent:   self.setWindowTitle(_('TortoiseHg Search'))