# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1254805881 -32400
# Node ID 2e8913a04309b0642f507556ac30a6884c4ca920
# Parent  3da4dcf3066e5d7dbff4b2104868bd20ab45f96e
visdiff: remove separator

diff --git a/tortoisehg/hgtk/visdiff.py b/tortoisehg/hgtk/visdiff.py
--- a/tortoisehg/hgtk/visdiff.py
+++ b/tortoisehg/hgtk/visdiff.py
@@ -52,12 +52,12 @@
     'Dialog for selecting visual diff candidates'
     def __init__(self, canonpats, opts):
         'Initialize the Dialog'
-        gtk.Dialog.__init__(self)
+        gtk.Dialog.__init__(self, title=_('Visual Diffs'))
         gtklib.set_tortoise_icon(self, 'menushowchanged.ico')
         gtklib.set_tortoise_keys(self)

-        self.set_title(_('Visual Diffs'))
         self.set_default_size(400, 150)
+        self.set_has_separator(False)

         lbl = gtk.Label(_('Temporary files are removed when this dialog'
             ' is closed'))

Attachment: thg-kuy_rev4430.patch
Description: Binary data

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to