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

visdiff: remove separator

Changeset 2e8913a04309

Parent 3da4dcf3066e

by Yuki KODAMA

Changes to one file · Browse files at 2e8913a04309 Showing diff from parent 3da4dcf3066e Diff from another changeset...

 
52
53
54
55
 
56
57
58
59
60
 
61
62
63
 
52
53
54
 
55
56
57
58
 
59
60
61
62
63
@@ -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'))