diff options
Diffstat (limited to 'mageiaSync/mageiaSyncAbout.py')
-rw-r--r-- | mageiaSync/mageiaSyncAbout.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mageiaSync/mageiaSyncAbout.py b/mageiaSync/mageiaSyncAbout.py index a824ad9..b9b6051 100644 --- a/mageiaSync/mageiaSyncAbout.py +++ b/mageiaSync/mageiaSyncAbout.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'mageiaSyncAbout.ui' # -# Created: Sun Mar 29 14:46:46 2015 +# Created: Fri Apr 3 18:38:23 2015 # by: PyQt5 UI code generator 5.1.1 # # WARNING! All changes made in this file will be lost! @@ -12,7 +12,8 @@ from PyQt5 import QtCore, QtGui, QtWidgets class Ui_aboutDialog(object): def setupUi(self, aboutDialog): aboutDialog.setObjectName("aboutDialog") - aboutDialog.resize(452, 348) + aboutDialog.resize(452, 353) + aboutDialog.setWindowTitle("mageiaSync") self.verticalLayout = QtWidgets.QVBoxLayout(aboutDialog) self.verticalLayout.setObjectName("verticalLayout") self.verticalLayout_3 = QtWidgets.QVBoxLayout() @@ -65,7 +66,6 @@ class Ui_aboutDialog(object): def retranslateUi(self, aboutDialog): _translate = QtCore.QCoreApplication.translate - aboutDialog.setWindowTitle(_translate("aboutDialog", "MageiaSync")) self.label.setText(_translate("aboutDialog", "mageiaSync")) self.label_2.setText(_translate("aboutDialog", "A tool for loading ISO images. It is a frontend to rsync.")) self.label_3.setText(_translate("aboutDialog", "License: GNU GPL v3")) |