From 7f4073840a9732d03c9f71f9baa08502f0bf2d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 28 Jun 2014 00:21:36 +0200 Subject: Bump version, fix typo, update the changelog. --- gui/MainWindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gui') diff --git a/gui/MainWindow.cpp b/gui/MainWindow.cpp index 7d4d9697..3aa3fdbf 100644 --- a/gui/MainWindow.cpp +++ b/gui/MainWindow.cpp @@ -1563,9 +1563,9 @@ void MainWindow::checkSetDefaultJava() CustomMessageBox::selectable( this, tr("Java detection forced"), tr("Because of graphics performance issues caused by Intel drivers on Windows, " - "MultiMC java detection was forced. Please select a Minecraft version. If " - "you have custom java versions set for your instances, make sure you use " - "the 'javaw.exe' executable."), + "MultiMC java detection was forced. Please select a Java " + "version.

If you have custom java versions set for your instances, " + "make sure you use the 'javaw.exe' executable."), QMessageBox::Warning)->exec(); askForJava = true; break; @@ -1629,3 +1629,5 @@ void MainWindow::on_actionScreenshots_triggered() QMessageBox::Information)->exec(); } } + + -- cgit v1.2.3