Added one missing NOBR().

This commit is contained in:
LoRd_MuldeR 2012-04-16 18:52:45 +02:00
parent e8864878a1
commit 20a9e2632b
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 978
#define VER_LAMEXP_BUILD 979
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)

View File

@ -1351,7 +1351,7 @@ void MainWindow::encodeButtonClicked(void)
return;
break;
default:
QMessageBox::warning(this, tr("Low Diskspace"), tr("You are proceeding with low diskspace. Problems might occur!"));
QMessageBox::warning(this, tr("Low Diskspace"), NOBR(tr("You are proceeding with low diskspace. Problems might occur!")));
break;
}
}