Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

hgemail: hide "context help" button of title bar

Changeset 292f4557ff67

Parent 3742ba3390ec

by Yuya Nishihara

Changes to one file · Browse files at 292f4557ff67 Showing diff from parent 3742ba3390ec Diff from another changeset...

 
27
28
29
 
30
31
32
 
27
28
29
30
31
32
33
@@ -27,6 +27,7 @@
  """Dialog for sending patches via email"""   def __init__(self, ui, repo, revs, parent=None):   super(EmailDialog, self).__init__(parent) + self.setWindowFlags(self.windowFlags() & ~Qt.WindowContextHelpButtonHint)   self._ui = ui   self._repo = repo   self._revs = revs