Merge pull request #420 from Martyna27/master

Partial update
This commit is contained in:
Volker Fischer 2020-07-02 15:38:59 +02:00 committed by GitHub
commit 6df966a757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 542 additions and 633 deletions

File diff suppressed because it is too large Load Diff

View File

@ -476,7 +476,9 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"<p><b>" + tr ( "Italian" ) + "</b></p>"
"<p>Giuseppe Sapienza (<a href=""https://github.com/dzpex"">dzpex</a>)</p>"
"<p><b>" + tr ( "German" ) + "</b></p>"
"<p>Volker Fischer (<a href=""https://github.com/corrados"">corrados</a>)</p>" );
"<p>Volker Fischer (<a href=""https://github.com/corrados"">corrados</a>)</p>"
"<p><b>" + tr ( "Polish" ) + "</b></p>"
"<p>Martyna Danysz (<a href=""https://github.com/Martyna27"">Martyna27</a>)</p>");
// set version number in about dialog
lblVersion->setText ( GetVersionAndNameStr() );