IDEA-138834 Error launching IDEA. Text in error message ends unexpectedly

This commit is contained in:
Vladimir.Orlov
2015-04-08 15:05:56 +03:00
parent cc683ae78d
commit c2bc4c82be
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
@@ -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);
}