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

logcolumns: add a label describing drag re-order

Changeset 39794bda889a

Parent df37219a2b3e

by Steve Borho

Changes to one file · Browse files at 39794bda889a Showing diff from parent df37219a2b3e Diff from another changeset...

 
61
62
63
 
 
64
65
66
 
61
62
63
64
65
66
67
68
@@ -61,6 +61,8 @@
  layout.addWidget(list)   self.list = list   + layout.addWidget(QLabel(_('Drag to change order'))) +   # dialog buttons   BB = QDialogButtonBox   bb = QDialogButtonBox(BB.Ok|BB.Cancel)