From fc83ca0de6b511b45f2bf09105c3b6eda662f6c4 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 7 Jul 2019 12:16:04 +0200 Subject: [PATCH] Added credits to pydcs in about window --- qt_ui/windows/QLiberationWindow.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qt_ui/windows/QLiberationWindow.py b/qt_ui/windows/QLiberationWindow.py index 49bd29f5..6b1f8856 100644 --- a/qt_ui/windows/QLiberationWindow.py +++ b/qt_ui/windows/QLiberationWindow.py @@ -144,8 +144,9 @@ class QLiberationWindow(QMainWindow): "

Repository

" + \ "Source code : https://github.com/shdwp/dcs_liberation
" + \ "

Contributors

" + \ - "Author : sdwp
" + \ - "Contributors :" + " Khopa, Wrycu, calvinmorrow, JohanAberg
" + "Author : sdwp

" + \ + "Contributors : Khopa, Wrycu, calvinmorrow, JohanAberg

" + \ + "Special Thanks : rp- (pydcs framework) " about = QMessageBox() about.setWindowTitle("About DCS Liberation")