bug fixes
This commit is contained in:
parent
c7f50af25c
commit
52e6ace847
2 changed files with 9 additions and 7 deletions
|
|
@ -365,7 +365,7 @@ class MainWindow(QtGui.QMainWindow, Singleton):
|
|||
msgBox = QtGui.QMessageBox()
|
||||
msgBox.setWindowTitle(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8))
|
||||
text = (QtGui.QApplication.translate("MainWindow", 'Toxygen is Tox client written on Python.\nVersion: ', None, QtGui.QApplication.UnicodeUTF8))
|
||||
msgBox.setText(text + util.program_version + '\nGitHub: github.com/xveduk/toxygen/')
|
||||
msgBox.setText(text + util.program_version + '\nGitHub: https://github.com/toxygen-project/toxygen/')
|
||||
msgBox.exec_()
|
||||
|
||||
def network_settings(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue