Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable sync: show hostname at the top of the security dialog

It wasn't otherwise visible on a Mac, since the dialog is windows modal and
behaves like a sheet and thus has no title bar of its own.

Changeset fd8ed135b4ea

Parent b4d744d0b6eb

by Steve Borho

Changes to one file · Browse files at fd8ed135b4ea Showing diff from parent b4d744d0b6eb Diff from another changeset...

 
1001
1002
1003
 
 
1004
1005
1006
 
1001
1002
1003
1004
1005
1006
1007
1008
@@ -1001,6 +1001,8 @@
  self.alias = host.replace('.', '')   self.setLayout(QVBoxLayout())   + self.layout().addWidget(QLabel(_('<b>Host:</b> %s') % uhost)) +   securebox = QGroupBox(_('Secure HTTPS Connection'))   self.layout().addWidget(securebox)   vbox = QVBoxLayout()