Changeset 15370


Ignore:
Timestamp:
2013-02-27T17:43:45+01:00 (11 years ago)
Author:
adeas31
Message:

use http:// otherwise QDesktop services can't find the link.

Location:
branches/OMEdit/OMEditGUI/GUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp

    r15364 r15370  
    11641164  mpReloadLatestNewsButton = new QPushButton(tr("Reload"));
    11651165  connect(mpReloadLatestNewsButton, SIGNAL(clicked()), SLOT(addLatestNewsListItems()));
    1166   mpVisitWebsiteLabel = new Label(tr("For more details visit our website <u><a href=\"www.openmodelica.org\">www.openmodelica.org</a></u>"));
     1166  mpVisitWebsiteLabel = new Label(tr("For more details visit our website <u><a href=\"http://www.openmodelica.org\">www.openmodelica.org</a></u>"));
    11671167  mpVisitWebsiteLabel->setTextFormat(Qt::RichText);
    11681168  mpVisitWebsiteLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse | Qt::LinksAccessibleByKeyboard);
  • branches/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp

    r15368 r15370  
    447447  // about text
    448448  QString aboutText = QString("Copyright <b>Open Source Modelica Consortium (OSMC)</b>.<br />")
    449       .append("Distributed under OSMC-PL and GPL, see <u><a href=\"www.openmodelica.org\">www.openmodelica.org</a></u>.<br /><br />")
     449      .append("Distributed under OSMC-PL and GPL, see <u><a href=\"http://www.openmodelica.org\">www.openmodelica.org</a></u>.<br /><br />")
    450450      .append("Initially developed by <b>Adeel Asghar</b> and <b>Sonia Tariq</b> as part of their final master thesis.");
    451451  Label *pAboutTextLabel = new Label;
Note: See TracChangeset for help on using the changeset viewer.