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

commit: commit tool should have typical window decorations

Changeset 7c67b9e45231

Parent 8d9dcf860078

by Steve Borho

Changes to one file · Browse files at 7c67b9e45231 Showing diff from parent 8d9dcf860078 Diff from another changeset...

 
926
927
928
 
929
930
931
 
926
927
928
929
930
931
932
@@ -926,6 +926,7 @@
    def __init__(self, pats, opts, parent=None):   QDialog.__init__(self, parent) + self.setWindowFlags(Qt.Window)   self.pats = pats   self.opts = opts