# HG changeset patch # User koda # Date 1362436035 -3600 # Node ID 97a30346203be79a5b271bf2afd25f7258520281 # Parent da384b09eb2bd3aed6bf252bb55ffd746032f534 uniform revision info in about page diff -r da384b09eb2b -r 97a30346203b QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Mon Mar 04 23:24:55 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Mon Mar 04 23:27:15 2013 +0100 @@ -68,7 +68,7 @@ // "a:hover { color: yellow; }" "" "

Hedgewars " + *cVersionString + "

" - "

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

" + "

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

" "

http://www.hedgewars.org/

" + QLabel::tr("This program is distributed under the GNU General Public License v2") + "
"