# HG changeset patch # User koda # Date 1362436413 -3600 # Node ID 8495c16a3f9400eea13732ab770a13ecc3386301 # Parent 97a30346203be79a5b271bf2afd25f7258520281 add link to GPLv2 notice in about page diff -r 97a30346203b -r 8495c16a3f94 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Mon Mar 04 23:27:15 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Mon Mar 04 23:33:33 2013 +0100 @@ -70,7 +70,8 @@ "

Hedgewars " + *cVersionString + "

" "

" + QLabel::tr("Revision") + " " + *cRevisionString + " (" + *cHashString + ")

" "

http://www.hedgewars.org/

" + - QLabel::tr("This program is distributed under the GNU General Public License v2") + + QLabel::tr("This program is distributed under the GNU %1").arg("GPL version 2") + "
" ); lbl1->setWordWrap(true);