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

stable p4pending: clear Qt.WindowContextHelpButtonHint

Changeset 57085c259aef

Parent 8450f263b201

by Steve Borho

Changes to one file · Browse files at 57085c259aef Showing diff from parent 8450f263b201 Diff from another changeset...

 
65
66
67
 
 
68
69
70
 
65
66
67
68
69
70
71
72
@@ -65,6 +65,8 @@
    self.setWindowTitle(_('Pending Perforce Changelists - %s') %   repo.displayname) + self.setWindowFlags(self.windowFlags() & + ~Qt.WindowContextHelpButtonHint)     @pyqtSlot(QString)   def p4clActivated(self, curcl):