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

settings: update desctext of extensions on mouse over

Changeset 7d95d17fd1ca

Parent cf7675d1e59e

by Yuya Nishihara

Changes to one file · Browse files at 7d95d17fd1ca Showing diff from parent cf7675d1e59e Diff from another changeset...

 
813
814
815
 
816
817
818
 
813
814
815
816
817
818
819
@@ -813,6 +813,7 @@
  'descwidget':self.desctext,   'valfunc':self.validateextensions}   w = genCheckBox(opts) + w.installEventFilter(self)   row, col = i / maxrows, i % maxrows   grid.addWidget(w, col, row)   widgets.append(w)