Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable commit: reverse order of view menu toggle buttons

Make them consistent with repository explorer menu layout

Refs #897

Changeset 92619e05d95d

Parent 07c02078cd14

by Steve Borho

Changes to one file · Browse files at 92619e05d95d Showing diff from parent 07c02078cd14 Diff from another changeset...

 
230
231
232
 
 
233
234
235
236
 
237
238
239
 
230
231
232
233
234
235
 
 
 
236
237
238
239
@@ -230,10 +230,10 @@
  dict(text='----'),   dict(text=_('Refresh'), func=refresh, icon=gtk.STOCK_REFRESH),   dict(text='----'), + dict(name='ignore-max-diff', text=_('Ignore Max Diff Size'), + ascheck=True, func=disable_maxdiff),   dict(name='always-show-output', text=_('Always Show Output'), - ascheck=True, func=toggle_showoutput, check=self.showoutput), - dict(name='ignore-max-diff', text=_('Ignore Max Diff Size'), - ascheck=True, func=disable_maxdiff, check=self.showoutput) + ascheck=True, func=toggle_showoutput, check=self.showoutput)   ]),   dict(text=_('_Operations'), subitems=[   dict(text=_('_Commit'), func=self.commit_clicked,