From d49c3204548fa7a42cd97a88e86e1d40011c36e9 Mon Sep 17 00:00:00 2001 From: Rinaldus Date: Sat, 31 Oct 2015 20:49:46 +0300 Subject: [PATCH] made some cosmetic changes --- mail-notifier.py | 2 +- ui/settings.ui | 2 +- ui_settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-notifier.py b/mail-notifier.py index 8c00039..9f5d31d 100755 --- a/mail-notifier.py +++ b/mail-notifier.py @@ -201,7 +201,7 @@ if __name__ == '__main__': sys.exit(1) QApplication.setQuitOnLastWindowClosed(False) window = Window() - if (SettingsExist() == True): + if SettingsExist(): window.hide() else: window.show() diff --git a/ui/settings.ui b/ui/settings.ui index d7abef8..8c63f1a 100644 --- a/ui/settings.ui +++ b/ui/settings.ui @@ -17,7 +17,7 @@ - Mail Notify - Settings + Mail Notifier - Settings diff --git a/ui_settings.py b/ui_settings.py index de5429c..030cd80 100644 --- a/ui_settings.py +++ b/ui_settings.py @@ -120,7 +120,7 @@ class Ui_Settings(object): def retranslateUi(self, Settings): _translate = QtCore.QCoreApplication.translate - Settings.setWindowTitle(_translate("Settings", "Mail Notify - Settings")) + Settings.setWindowTitle(_translate("Settings", "Mail Notifier - Settings")) self.boolifNotify.setText(_translate("Settings", "Use also pop-up notification")) self.groupBox.setTitle(_translate("Settings", "IMAP settings")) self.txtboxMailServer.setPlaceholderText(_translate("Settings", "mail.example.com"))