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

commit: rename the commit button occordingly

Changeset bdf84257e5ce

Parent 539bec31d89d

by Steve Borho

Changes to one file · Browse files at bdf84257e5ce Showing diff from parent 539bec31d89d Diff from another changeset...

 
898
899
900
 
901
902
903
 
898
899
900
901
902
903
904
@@ -898,6 +898,7 @@
  bb.button(BB.Discard).setDefault(False)   bb.button(BB.Ok).setDefault(True)   self.commitButton = bb.button(BB.Ok) + self.commitButton.setText(_('Commit'))   self.bb = bb     hbox = QHBoxLayout()