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

stable workbench: reorder taskview toolbar buttons

sync is used more often than annotate and grep, so let's move it to the left,
right after commit

Changeset 9323c0b9cfed

Parent 40b301401fdf

by Adrian Buehlmann

Changes to one file · Browse files at 9323c0b9cfed Showing diff from parent 40b301401fdf Diff from another changeset...

 
227
228
229
 
230
231
232
233
234
235
 
227
228
229
230
231
232
 
233
234
235
@@ -227,9 +227,9 @@
  # NOTE: Sequence must match that in repowidget.py   addtaskview('hg-log', _("Revision &Details"))   addtaskview('hg-commit', _('&Commit')) + addtaskview('thg-sync', _('S&ynchronize'))   addtaskview('hg-annotate', _('&Manifest'))   addtaskview('hg-grep', _('&Search')) - addtaskview('thg-sync', _('S&ynchronize'))   self.actionSelectTaskMQ = \   addtaskview('thg-mq', _('Patch &Queue'), 'mq')   self.actionSelectTaskPbranch = \