# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1257131447 -32400 # Branch stable # Node ID 8bbb8af3ab908e26984e33d8a565df4909e98477 # Parent 4d315c1aa6a9da6f75348b99dae4c0dadedc1371 history: change menu icon of 'Reset Marks'
diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py --- a/tortoisehg/hgtk/history.py +++ b/tortoisehg/hgtk/history.py @@ -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'),
thg-kuy-stable_rev4842.patch
Description: Binary data
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop