changeset 268:ab4b8f1a87c1

Just added some line breaks in the process return error message for better readabilitiy. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@482 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 17 Oct 2007 15:40:55 +0000
parents 88b4e0307d4c
children 744234d7f997
files src/indenthandler.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/indenthandler.cpp	Wed Oct 17 15:36:08 2007 +0000
+++ b/src/indenthandler.cpp	Wed Oct 17 15:40:55 2007 +0000
@@ -336,7 +336,7 @@
                 default :
                     break;
             }
-            processReturnString += tr("<b>Callstring was:</b> ") + indentCallString + "</html></body>";
+            processReturnString += tr("<br><b>Callstring was:</b> ") + indentCallString + "</html></body>";
             QApplication::restoreOverrideCursor();
             QMessageBox::warning(NULL, tr("Error calling Indenter"), processReturnString);
         }
@@ -351,7 +351,7 @@
             exitCode.setNum(indentProcess.exitCode());
             processReturnString = tr("<b>Indenter returned with exit code:</b> ") + exitCode + "<br>" +
                                 tr("<b>Indent console output was:</b> ") + processReturnString + "<br>" +
-                                tr("<b>Callstring was:</b> ") + indentCallString + "</html></body>";
+                                tr("<br><b>Callstring was:</b> ") + indentCallString + "</html></body>";
             QApplication::restoreOverrideCursor();
             //QMessageBox::warning(NULL, tr("Indenter returned error"), processReturnString);
             errorMessageDialog->showMessage(processReturnString);