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

stable qfold: set the appropriate window icon for qfold dialog

Changeset e43fdf9e3f00

Parent 6d89e998b044

by Steve Borho

Changes to one file · Browse files at e43fdf9e3f00 Showing diff from parent 6d89e998b044 Diff from another changeset...

 
27
28
29
 
30
31
32
 
27
28
29
30
31
32
33
@@ -27,6 +27,7 @@
  def __init__(self, repo, patches, parent):   super(QFoldDialog, self).__init__(parent)   self.setWindowTitle(_('Patch fold - %s') % repo.displayname) + self.setWindowIcon(qtlib.geticon('hg-qfold'))     f = self.windowFlags()   self.setWindowFlags(f & ~Qt.WindowContextHelpButtonHint)