diff --git a/bin/WinLauncher/WinLauncher.exe b/bin/WinLauncher/WinLauncher.exe index 3d648a9e3e52..326ce7dd406b 100644 Binary files a/bin/WinLauncher/WinLauncher.exe and b/bin/WinLauncher/WinLauncher.exe differ diff --git a/bin/WinLauncher/WinLauncher64.exe b/bin/WinLauncher/WinLauncher64.exe index 47794568370b..c82b48725608 100644 Binary files a/bin/WinLauncher/WinLauncher64.exe and b/bin/WinLauncher/WinLauncher64.exe differ diff --git a/native/WinLauncher/WinLauncher/WinLauncher.cpp b/native/WinLauncher/WinLauncher/WinLauncher.cpp index 4a2cb2e5dfef..424b03eda15b 100644 --- a/native/WinLauncher/WinLauncher/WinLauncher.cpp +++ b/native/WinLauncher/WinLauncher/WinLauncher.cpp @@ -515,8 +515,8 @@ bool CreateJVM() buf << "Failed to create JVM: error code " << result << ".\n"; buf << "JVM Path: " << jvmPath << "\n"; - buf << "If you already have a " BITS_STR " JDK installed, define a JAVA_HOME variable in "; - "Computer > System Properties > System Settings > Environment Variables."; + buf << "If you already have a " BITS_STR " JDK installed, define a JAVA_HOME variable in \n"; + buf << "Computer > System Properties > System Settings > Environment Variables."; std::string error = LoadStdString(IDS_ERROR_LAUNCHING_APP); MessageBoxA(NULL, buf.str().c_str(), error.c_str(), MB_OK); }