Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 2791
a9577f248f04
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
92 92
93 cursor = QCursor(QApplication.overrideCursor()) 93 cursor = QCursor(QApplication.overrideCursor())
94 if cursor is not None: 94 if cursor is not None:
95 QApplication.restoreOverrideCursor() 95 QApplication.restoreOverrideCursor()
96 parent = isinstance(self, QWidget) and self or None 96 parent = isinstance(self, QWidget) and self or None
97 msgBox = E5MessageBox.E5MessageBox(E5MessageBox.Question, 97 msgBox = E5MessageBox.E5MessageBox(
98 E5MessageBox.Question,
98 self.trUtf8("Subversion SSL Server Certificate"), 99 self.trUtf8("Subversion SSL Server Certificate"),
99 self.trUtf8("""<p>Accept the following SSL certificate?</p>""" 100 self.trUtf8("""<p>Accept the following SSL certificate?</p>"""
100 """<table>""" 101 """<table>"""
101 """<tr><td>Realm:</td><td>{0}</td></tr>""" 102 """<tr><td>Realm:</td><td>{0}</td></tr>"""
102 """<tr><td>Hostname:</td><td>{1}</td></tr>""" 103 """<tr><td>Hostname:</td><td>{1}</td></tr>"""

eric ide

mercurial