Merge branch 'bookmarks' of ssh://drop.maemo.org/git/mdictionary into bookmarks
authorBartosz Szatkowski <bulislaw@linux.com>
Wed, 18 Aug 2010 11:36:27 +0000 (13:36 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Wed, 18 Aug 2010 11:36:27 +0000 (13:36 +0200)
Conflicts:
trunk/src/base/gui/AboutWidget.cpp

1  2 
trunk/src/base/gui/AboutWidget.cpp

@@@ -3,10 -3,10 +3,10 @@@
  AboutWidget::AboutWidget(GUIInterface *parent): QDialog(parent)
  {
      QString infoNote, licenseNote, comarchNote;
-     infoNote = "<center><h2><u>mDictionary</u></h2><br />"
-     "<a href=\"http://mdictionary.garage.maemo.org\">http://mdictionary.garage.maemo.org</a></center>";
-     infoNote += "<center>Meamo/Meego Mulitlingual Dictionary</center>";
-     comarchNote = "<center>Copyright 2006-2010, Comarch S.A. </center>";
+     infoNote = "<center><h2><u>mDictionary</u></h2></center>";
 -    infoNote += "<br><a href=\"http://mdictionary.garage.maemo.org/\"/>";
 -    infoNote += "<center>Meamo/Meego Mulitlingual Dictionary</center>";
 -    comarchNote = "<center>Copyright 2006-2010, Comarch S.A. </center>";
++    comarchNote = "<center>Meamo/Meego Mulitlingual Dictionary</center>";
++    comarchNote += "<center>Copyright 2006-2010, Comarch S.A. <br />";
++    comarchNote += "<a href=\"http://mdictionary.garage.maemo.org\">http://mdictionary.garage.maemo.org</a></center>";
      licenseNote = "<br /><p><font size=\"small\">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,6 +29,7 @@@
      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));