X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=trunk%2Fsrc%2Fbase%2Fgui%2FAboutWidget.cpp;fp=trunk%2Fsrc%2Fbase%2Fgui%2FAboutWidget.cpp;h=cb6e38579d6c2896619b5590a14e22b286f6a90f;hb=fa1519d1f91e2b16a2a472ca82325fd6cbf69077;hp=3da5fe934ae448c0c41a2172aeb12c4e0a55399e;hpb=c0b22bce4ce5dbdee913e597a5a27c59c69a57c6;p=mdictionary diff --git a/trunk/src/base/gui/AboutWidget.cpp b/trunk/src/base/gui/AboutWidget.cpp index 3da5fe9..cb6e385 100644 --- a/trunk/src/base/gui/AboutWidget.cpp +++ b/trunk/src/base/gui/AboutWidget.cpp @@ -4,9 +4,9 @@ AboutWidget::AboutWidget(GUIInterface *parent): QDialog(parent) { QString infoNote, licenseNote, comarchNote; infoNote = "

mDictionary

"; - infoNote += "
"; - infoNote += "
Meamo/Meego Mulitlingual Dictionary
"; - comarchNote = "
Copyright 2006-2010, Comarch S.A.
"; + comarchNote = "
Meamo/Meego Mulitlingual Dictionary
"; + comarchNote += "
Copyright 2006-2010, Comarch S.A.
"; + comarchNote += "
http://mdictionary.garage.maemo.org
"; licenseNote = "

This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation, either version 3 of the License, or\n" @@ -29,6 +29,7 @@ AboutWidget::AboutWidget(GUIInterface *parent): QDialog(parent) mainLayout->addWidget(imageLabel, 0, Qt::AlignCenter); mainLayout->addWidget(mainLabel); mainLayout->addWidget(licenseLabel); + comarchLabel->setOpenExternalLinks(true); QImage img(":/icons/mdictionary.png"); imageLabel->setPixmap(QPixmap::fromImage(img));