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

stable history: change menu icon of 'Reset Marks'

Changeset 8bbb8af3ab90

Parent 4d315c1aa6a9

by Yuki KODAMA

Changes to one file · Browse files at 8bbb8af3ab90 Showing diff from parent 4d315c1aa6a9 Diff from another changeset...

 
188
189
190
191
 
192
193
194
 
188
189
190
 
191
192
193
194
@@ -188,7 +188,7 @@
  dict(text=_('Refresh'), func=refresh, args=[False],   icon=gtk.STOCK_REFRESH),   dict(text=_('Reset Marks'), func=refresh, args=[True], - icon=gtk.STOCK_REMOVE), + icon=gtk.STOCK_CLEAR),   dict(text='----'),   dict(text=_('Choose Details...'), func=self.details_clicked,   icon='general.ico'),