bug fixes

This commit is contained in:
ingvar1995 2016-07-28 18:04:02 +03:00
parent c7f50af25c
commit 52e6ace847
2 changed files with 9 additions and 7 deletions

View file

@ -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):