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: name load buttons

Changeset dc6ad8d40bcb

Parent 8a63a7264c14

by Adrian Buehlmann

Changes to one file · Browse files at dc6ad8d40bcb Showing diff from parent 8a63a7264c14 Diff from another changeset...

 
775
776
777
778
 
 
779
780
 
 
781
782
783
 
775
776
777
 
778
779
780
 
781
782
783
784
785
@@ -775,9 +775,11 @@
  sep.set_expand(True)   sep.set_draw(False)   self.loadnextbutton = self.make_toolbutton(gtk.STOCK_GO_DOWN, - _('Load more'), self.more_clicked, tip=_('load more revisions')) + _('Load more'), self.more_clicked, tip=_('load more revisions'), + name='load-more')   self.loadallbutton = self.make_toolbutton(gtk.STOCK_GOTO_BOTTOM, - _('Load all'), self.load_all_clicked, tip=_('load all revisions')) + _('Load all'), self.load_all_clicked, tip=_('load all revisions'), + name='load-all')     tbar = self.changeview.get_tbbuttons()   tbar += [sep, self.loadnextbutton, self.loadallbutton]