diff mainwindow.cpp @ 290:c0c254f67346 more_information_dialog

Make our own message box with a more useful "more information" section than the Qt one
author Chris Cannam
date Mon, 21 Feb 2011 14:23:02 +0000
parents 1244dc3107cb
children 2e34e7ee7baf
line wrap: on
line diff
--- a/mainwindow.cpp	Mon Jan 31 17:23:10 2011 +0000
+++ b/mainwindow.cpp	Mon Feb 21 14:23:02 2011 +0000
@@ -1606,7 +1606,7 @@
     runner->hide();
 
     MoreInformationDialog::information(this, tr("Pull complete"),
-                                       format1(report), output);
+                                       report, "", output);
 
 /*!!!
     report = format3(report, tr("The pull command output was:"), output);