# HG changeset patch # User Chris Cannam # Date 1348691388 -3600 # Node ID 7f1adcdc6cdc609a5ee6f502e485b741b95cd09c # Parent 4f7ca2d192dfcaeed8ce60538dfe5fbfa9cb4a38# Parent 2d5b831c1a0a33dc0e246132d062d6428f2f6b8d Merge diff -r 2d5b831c1a0a -r 7f1adcdc6cdc src/mainwindow.cpp --- a/src/mainwindow.cpp Tue Jul 24 15:33:02 2012 +0200 +++ b/src/mainwindow.cpp Wed Sep 26 21:29:48 2012 +0100 @@ -3156,7 +3156,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("

Newer version available

You are using version %1 of EasyMercurial, but version %3 is now available.

Please see the EasyMercurial website for more information.

").arg(EASYHG_VERSION).arg(version)); + QString text(tr("

Newer version available

You are using version %1 of EasyMercurial, but version %3 is now available.

Please see the EasyMercurial website for more information.

").arg(EASYHG_VERSION).arg(version)); QMessageBox::information(this, title, text); settings.setValue(tag, false); }