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 a8c44c4..da261c9 100644 --- a/mageiaSync/mageiaSyncAbout.py +++ b/mageiaSync/mageiaSyncAbout.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'mageiaSyncAbout.ui' # -# Created: Fri Apr 3 19:15:18 2015 +# Created: Fri Apr 3 22:22:01 2015 # by: PyQt5 UI code generator 5.1.1 # # WARNING! All changes made in this file will be lost! @@ -23,7 +23,7 @@ class Ui_aboutDialog(object): self.label_4 = QtWidgets.QLabel(aboutDialog) self.label_4.setMaximumSize(QtCore.QSize(200, 200)) self.label_4.setText("") - self.label_4.setPixmap(QtGui.QPixmap("/usr/share/icons/hicolor/scalable/apps/mageiasync.svg")) + self.label_4.setPixmap(QtGui.QPixmap("../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg")) self.label_4.setScaledContents(True) self.label_4.setAlignment(QtCore.Qt.AlignCenter) self.label_4.setContentsMargins(30, 30, 30, 30) @@ -36,6 +36,7 @@ class Ui_aboutDialog(object): font.setPointSize(11) self.label.setFont(font) self.label.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates)) + self.label.setText("mageiaSync") self.label.setAlignment(QtCore.Qt.AlignCenter) self.label.setObjectName("label") self.verticalLayout_3.addWidget(self.label) @@ -66,7 +67,6 @@ class Ui_aboutDialog(object): def retranslateUi(self, aboutDialog): _translate = QtCore.QCoreApplication.translate - 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")) self.creditsButton.setText(_translate("aboutDialog", "Credits")) |