Mercurial > hg > easyhg
diff mainwindow.cpp @ 189:6bb510abe4f1
* Handle failure to start processes at all (e.g. because executable path is wrong)
author | Chris Cannam |
---|---|
date | Mon, 20 Dec 2010 16:47:00 +0000 |
parents | 6c15700f4103 |
children | f4d261fa3a99 |
line wrap: on
line diff
--- a/mainwindow.cpp Mon Dec 20 16:15:43 2010 +0000 +++ b/mainwindow.cpp Mon Dec 20 16:47:00 2010 +0000 @@ -1398,7 +1398,7 @@ QMessageBox::warning (this, tr("Failed to run Mercurial"), format3(tr("Failed to run Mercurial"), - tr("The Mercurial program either could not be found or failed to run.<br>This may indicate a problem with the Mercurial installation, or with the EasyHg interaction extension.<br><br>The test command said:"), + tr("The Mercurial program either could not be found or failed to run.<br>This may indicate a problem with the Mercurial installation, or with the EasyHg interaction extension.<br><br>%1").arg(output == "" ? QString("") : tr("The test command said:")), output)); settings(); return;