Patch subject is complete summary.
# HG changeset patch
# User Emmanuel Rosa <goaway1...@gmail.com>
# Date 1258088075 18000
# Node ID 26849000b9e44c1c7f4706d60f84b4145a25f483
# Parent 4acb8dea14ac86e58326e303229c189108b153b1
clone: change bundle file dialog title
diff --git a/tortoisehg/hgtk/clone.py b/tortoisehg/hgtk/clone.py
--- a/tortoisehg/hgtk/clone.py
+++ b/tortoisehg/hgtk/clone.py
@@ -77,7 +77,8 @@
if bundle:
# bundle button
bundlebtn = gtk.Button(_('Bundle...'))
- bundlebtn.connect('clicked', self.bundle_clicked, title, entry)
+ bundlebtn.connect('clicked', self.bundle_clicked,
+ 'Select a Mercurial Bundle', entry)
table.add_row(label, combo, 0, browse, bundlebtn)
else:
table.add_row(label, combo, 0, browse)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop