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

stable filedialogs: use close for button label

Changeset bbc026f6ebb3

Parent 5e27c1eb6fb8

by timeless

Changes to one file · Browse files at bbc026f6ebb3 Showing diff from parent 5e27c1eb6fb8 Diff from another changeset...

 
88
89
90
91
 
92
93
94
 
88
89
90
 
91
92
93
94
@@ -88,7 +88,7 @@
  cmd.progress.connect(self.statusbar.progress)     BB = QDialogButtonBox - bb = QDialogButtonBox(BB.Ok|BB.Cancel) + bb = QDialogButtonBox(BB.Ok|BB.Close)   bb.accepted.connect(self.accept)   bb.rejected.connect(self.reject)   bb.button(BB.Ok).setDefault(True)