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

hgignore: replace 'ok cancel' with just 'close'

This dialog directly updates your .hgingore file so you can immediately see
the effect on the list of unknown files. Hitting cancel would not undo any
changes visible to the user.

Changeset 01821296661e

Parent ee4271bd2579

by Steve Borho

Changes to one file · Browse files at 01821296661e Showing diff from parent ee4271bd2579 Diff from another changeset...

 
84
85
86
87
 
88
89
90
 
84
85
86
 
87
88
89
90
@@ -84,7 +84,7 @@
    # layer 4 - dialog buttons   BB = QDialogButtonBox - bb = QDialogButtonBox(BB.Ok|BB.Cancel) + bb = QDialogButtonBox(BB.Close)   self.connect(bb, SIGNAL("accepted()"), self, SLOT("accept()"))   self.connect(bb, SIGNAL("rejected()"), self, SLOT("reject()"))   vbox.addWidget(bb)