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

stable dialog: remove a separator from entry dialog

Changeset 0a4e47532275

Parent 682c00ad38e2

by Yuki KODAMA

Changes to one file · Browse files at 0a4e47532275 Showing diff from parent 682c00ad38e2 Diff from another changeset...

 
32
33
34
 
35
36
37
 
32
33
34
35
36
37
38
@@ -32,6 +32,7 @@
  dialog = gtk.Dialog(parent=parent, flags=gtk.DIALOG_MODAL,   buttons=buttons)   dialog.set_title(_('TortoiseHg Prompt')) + dialog.set_has_separator(False)   entry = gtk.Entry()   entry.set_text(default or '')   entry.set_visibility(visible)