run astyle

This commit is contained in:
Robert Reif 2011-08-22 20:32:35 -04:00
parent b732fc0a3e
commit 88b11d889c
1 changed files with 6 additions and 6 deletions

View File

@ -213,9 +213,9 @@ void MainWindow::LoadSettings()
if (!succeeded) if (!succeeded)
{ {
const QString msg = tr("There was a problem with loading the editor application settings.\n\n" const QString msg = tr("There was a problem with loading the editor application settings.\n\n"
"This is probably because the settings were changed between the Cppcheck versions. " "This is probably because the settings were changed between the Cppcheck versions. "
"Please check (and fix) the editor application settings, otherwise the editor " "Please check (and fix) the editor application settings, otherwise the editor "
"program might not start correctly."); "program might not start correctly.");
QMessageBox msgBox(QMessageBox::Warning, QMessageBox msgBox(QMessageBox::Warning,
tr("Cppcheck"), tr("Cppcheck"),
msg, msg,
@ -640,7 +640,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
else else
{ {
const QString text(tr("Checking is running.\n\n" \ const QString text(tr("Checking is running.\n\n" \
"Do you want to stop the checking and exit Cppcheck?.")); "Do you want to stop the checking and exit Cppcheck?."));
QMessageBox msg(QMessageBox::Warning, QMessageBox msg(QMessageBox::Warning,
tr("Cppcheck"), tr("Cppcheck"),
@ -1011,8 +1011,8 @@ void MainWindow::OpenRecentProject()
else else
{ {
const QString text(tr("The project file\n\n%1\n\n could not be found!\n\n" const QString text(tr("The project file\n\n%1\n\n could not be found!\n\n"
"Do you want to remove the file from the recently " "Do you want to remove the file from the recently "
"used projects -list?").arg(project)); "used projects -list?").arg(project));
QMessageBox msg(QMessageBox::Warning, QMessageBox msg(QMessageBox::Warning,
tr("Cppcheck"), tr("Cppcheck"),