diff -r b624c30dbbb9 -r fe7990b3db66 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Fri Sep 30 10:54:10 2011 +0200 +++ b/QTfrontend/ui/widget/about.cpp Fri Sep 30 11:00:48 2011 +0200 @@ -48,7 +48,7 @@ "

Hedgewars

" "

" + QLabel::tr("Version") + " " + *cVersionString + "

" "

http://www.hedgewars.org/


" + - QLabel::tr("This program is distributed under the GNU General Public License") + + QLabel::tr("This program is distributed under the GNU General Public License v2") + "
" ); lbl1->setWordWrap(true);