# HG changeset patch # User Wuzzy # Date 1544719203 -3600 # Node ID 8e2773ff2986c0588e498d97fedaaaa7abac807c # Parent bf0ec13a21ea16764a74e49ba5956ec3352dcda6 Point to CREDITS file diff -r bf0ec13a21ea -r 8e2773ff2986 CREDITS --- a/CREDITS Thu Dec 13 17:28:53 2018 +0100 +++ b/CREDITS Thu Dec 13 17:40:03 2018 +0100 @@ -2,6 +2,8 @@ === EXTENDED CREDITS LIST === ============================= +For the normal credits, click on the Hedgewars logo in the main menu. + IF NOT OTHERWISE SPECIFIED, ALL OTHER CONTENT IS PROPERTY OF Andrey Korotaev . IF NO LICENSE IS SPECIFIED, THE LICENSE IS THE SAME AS MENTIONED IN README.md. diff -r bf0ec13a21ea -r 8e2773ff2986 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Thu Dec 13 17:28:53 2018 +0100 +++ b/QTfrontend/ui/widget/about.cpp Thu Dec 13 17:40:03 2018 +0100 @@ -248,6 +248,8 @@ ""; QString footer = "" + "

" + tr("Extended Credits") + "

" + "

" + tr("An extended credits list can be found in the CREDITS text file.") + "

" ""; creditsBrowser->setHtml(header + credits + footer);