# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1256570462 -32400 # Branch stable # Node ID f5f192e52c2e488debff25d52cc20317394b5203 # Parent 21a14f1f7dbfb9d6e4384241fd541d579c3b874f histdetails: fix the order of bottom buttons
Same order with thgconfig dialog. diff --git a/tortoisehg/hgtk/histdetails.py b/tortoisehg/hgtk/histdetails.py --- a/tortoisehg/hgtk/histdetails.py +++ b/tortoisehg/hgtk/histdetails.py @@ -28,8 +28,8 @@ # add dialog buttons self.okbtn = self.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK) + self.cancelbtn = self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CLOSE) self.applybtn = self.add_button(gtk.STOCK_APPLY, gtk.RESPONSE_APPLY) - self.cancelbtn = self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CLOSE) self.set_default_response(gtk.RESPONSE_OK) self.set_title(_('Log Details'))
thg-kuy_rev4773.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