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

logcolumns: remove context help button from titlebar

Changeset b4cc29a3251a

Parent 56df0f2cafe8

by Johan Samyn

Changes to one file · Browse files at b4cc29a3251a Showing diff from parent 56df0f2cafe8 Diff from another changeset...

 
20
21
22
 
23
24
25
 
20
21
22
23
24
25
26
@@ -20,6 +20,7 @@
  QDialog.__init__(self, parent)     self.setWindowTitle(_('Workbench Log Columns')) + self.setWindowFlags(self.windowFlags() & ~Qt.WindowContextHelpButtonHint)   s = QSettings()   cols = s.value('workbench/columns').toStringList()   if cols: