# HG changeset patch # User Chris Cannam # Date 1341342604 -3600 # Node ID 4f7ca2d192dfcaeed8ce60538dfe5fbfa9cb4a38 # Parent 54ca6a0e9aeff29a2e9080dc0088b0ec628633a0# Parent 4d44bad5a8efc55d47d3b503fb7ee67261e05990 Merge diff -r 4d44bad5a8ef -r 4f7ca2d192df src/mainwindow.cpp --- a/src/mainwindow.cpp Tue Jul 03 16:58:59 2012 +0100 +++ b/src/mainwindow.cpp Tue Jul 03 20:10:04 2012 +0100 @@ -3151,7 +3151,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); }