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

grep: copy regexp tooltip from hgtk

Changeset 0f8989b89652

Parent 18d30bad1211

by Steve Borho

Changes to one file · Browse files at 0f8989b89652 Showing diff from parent 18d30bad1211 Diff from another changeset...

 
49
50
51
 
52
53
54
 
49
50
51
52
53
54
55
@@ -49,6 +49,7 @@
  lbl = QLabel(_('Regexp:'))   le = QLineEdit()   lbl.setBuddy(le) + lbl.setToolTip(_('Regular expression search pattern'))   chk = QCheckBox(_('Ignore case'))   hbox.addWidget(lbl)   hbox.addWidget(le, 1)