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

stable commit: set the appropriate window icon for standalone commit tool

Changeset f671710ec385

Parent 4cbc1051c32d

by Steve Borho

Changes to one file · Browse files at f671710ec385 Showing diff from parent 4cbc1051c32d Diff from another changeset...

 
886
887
888
 
889
890
891
 
886
887
888
889
890
891
892
@@ -886,6 +886,7 @@
  def __init__(self, pats, opts, parent=None):   QDialog.__init__(self, parent)   self.setWindowFlags(Qt.Window) + self.setWindowIcon(qtlib.geticon('hg-commit'))   self.pats = pats   self.opts = opts