Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

history: tooltips for stop and conf were swapped

Changeset 3b1e1fbd27dc

Parent a6950f088a02

by Steve Borho

Changes to one file · Browse files at 3b1e1fbd27dc Showing diff from parent a6950f088a02 Diff from another changeset...

 
729
730
731
 
 
732
733
734
735
736
737
 
729
730
731
732
733
734
 
 
735
736
737
@@ -729,9 +729,9 @@
  push = syncbox.append_stock(gtk.STOCK_GOTO_TOP,   _('Push outgoing changesets'))   conf = syncbox.append_stock(gtk.STOCK_PREFERENCES, + _('Configure aliases and after pull behavior')) + stop = syncbox.append_stock(gtk.STOCK_STOP,   _('Stop current transaction')) - stop = syncbox.append_stock(gtk.STOCK_STOP, - _('Configure aliases and after pull behavior'))   stop.set_sensitive(False)     ## target path combobox