Mercurial > hg > easyhg
diff src/mainwindow.cpp @ 640:91b7ad45c608
Merge
author | Chris Cannam |
---|---|
date | Fri, 19 Oct 2012 11:47:28 +0100 |
parents | 436a97afe732 7f1adcdc6cdc |
children | b16e8ef6919b |
line wrap: on
line diff
--- a/src/mainwindow.cpp Fri Oct 19 11:41:38 2012 +0100 +++ b/src/mainwindow.cpp Fri Oct 19 11:47:28 2012 +0100 @@ -3195,7 +3195,7 @@ QString tag = QString("version-%1-available-show").arg(version); if (settings.value(tag, true).toBool()) { QString title(tr("Newer version available")); - QString text(tr("<h3>Newer version available</h3><p>You are using version %1 of EasyMercurial, but version %3 is now available.</p><p>Please see the <a href=\"http://easymercurial.org/\">EasyMercurial website</a> for more information.</p>").arg(EASYHG_VERSION).arg(version)); + QString text(tr("<h3>Newer version available</h3><p>You are using version %1 of EasyMercurial, but version %3 is now available.</p><p>Please see the <a href=\"http://easyhg.org/\">EasyMercurial website</a> for more information.</p>").arg(EASYHG_VERSION).arg(version)); QMessageBox::information(this, title, text); settings.setValue(tag, false); }