diff --git a/src/m64py/ui/about_ui.py b/src/m64py/ui/about_ui.py index 06efd06..b6b0750 100644 --- a/src/m64py/ui/about_ui.py +++ b/src/m64py/ui/about_ui.py @@ -2,8 +2,8 @@ # Form implementation generated from reading ui file 'about.ui' # -# Created: Sat Jun 23 10:26:15 2012 -# by: PyQt4 UI code generator 4.9.1 +# Created: Tue Sep 3 02:08:51 2013 +# by: PyQt4 UI code generator 4.10.2 # # WARNING! All changes made in this file will be lost! @@ -12,7 +12,16 @@ from PyQt4 import QtCore, QtGui try: _fromUtf8 = QtCore.QString.fromUtf8 except AttributeError: - _fromUtf8 = lambda s: s + def _fromUtf8(s): + return s + +try: + _encoding = QtGui.QApplication.UnicodeUTF8 + def _translate(context, text, disambig): + return QtGui.QApplication.translate(context, text, disambig, _encoding) +except AttributeError: + def _translate(context, text, disambig): + return QtGui.QApplication.translate(context, text, disambig) class Ui_AboutDialog(object): def setupUi(self, AboutDialog): @@ -60,8 +69,8 @@ class Ui_AboutDialog(object): QtCore.QMetaObject.connectSlotsByName(AboutDialog) def retranslateUi(self, AboutDialog): - AboutDialog.setWindowTitle(QtGui.QApplication.translate("AboutDialog", "About M64Py", None, QtGui.QApplication.UnicodeUTF8)) - self.labelAbout.setText(QtGui.QApplication.translate("AboutDialog", "\n" + AboutDialog.setWindowTitle(_translate("AboutDialog", "About M64Py", None)) + self.labelAbout.setText(_translate("AboutDialog", "\n" "
\n" @@ -73,8 +82,8 @@ class Ui_AboutDialog(object): "This program is released under the terms of the
\n" "GNU General Public License version 3.
\n" "Mupen64Plus core version: CORE_VERSION
", None, QtGui.QApplication.UnicodeUTF8)) - self.textBrowser.setHtml(QtGui.QApplication.translate("AboutDialog", "\n" +"Mupen64Plus core version: CORE_VERSION