Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

changeset 3020
542e97d4ecb3
parent 2734
eddb1a77f771
child 3034
7ce719013078
child 3058
0a02c433f52d
equal deleted inserted replaced
3019:7912530a33e2 3020:542e97d4ecb3
90 90
91 cursor = QCursor(QApplication.overrideCursor()) 91 cursor = QCursor(QApplication.overrideCursor())
92 if cursor is not None: 92 if cursor is not None:
93 QApplication.restoreOverrideCursor() 93 QApplication.restoreOverrideCursor()
94 parent = isinstance(self, QWidget) and self or None 94 parent = isinstance(self, QWidget) and self or None
95 msgBox = E5MessageBox.E5MessageBox(E5MessageBox.Question, 95 msgBox = E5MessageBox.E5MessageBox(
96 E5MessageBox.Question,
96 self.trUtf8("Subversion SSL Server Certificate"), 97 self.trUtf8("Subversion SSL Server Certificate"),
97 self.trUtf8("""<p>Accept the following SSL certificate?</p>""" 98 self.trUtf8("""<p>Accept the following SSL certificate?</p>"""
98 """<table>""" 99 """<table>"""
99 """<tr><td>Realm:</td><td>{0}</td></tr>""" 100 """<tr><td>Realm:</td><td>{0}</td></tr>"""
100 """<tr><td>Hostname:</td><td>{1}</td></tr>""" 101 """<tr><td>Hostname:</td><td>{1}</td></tr>"""

eric ide

mercurial