diff --git a/HMCLauncher/HMCL/HMCL.rc b/HMCLauncher/HMCL/HMCL.rc index 9120cdbaa..71fee26e9 100644 Binary files a/HMCLauncher/HMCL/HMCL.rc and b/HMCLauncher/HMCL/HMCL.rc differ diff --git a/HMCLauncher/HMCL/HMCL.vcxproj b/HMCLauncher/HMCL/HMCL.vcxproj index c3abd4275..af96ee8f8 100644 --- a/HMCLauncher/HMCL/HMCL.vcxproj +++ b/HMCLauncher/HMCL/HMCL.vcxproj @@ -91,6 +91,7 @@ true WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) false + /utf-8 %(AdditionalOptions) Windows @@ -106,6 +107,7 @@ true _DEBUG;_WINDOWS;%(PreprocessorDefinitions) false + /utf-8 %(AdditionalOptions) Windows @@ -125,6 +127,7 @@ MultiThreaded Disabled Size + /utf-8 %(AdditionalOptions) Windows @@ -146,6 +149,7 @@ false Disabled Size + /utf-8 %(AdditionalOptions) Windows diff --git a/HMCLauncher/HMCL/lang.h b/HMCLauncher/HMCL/lang.h index 55bbc68f7..8301c5e0b 100644 --- a/HMCLauncher/HMCL/lang.h +++ b/HMCLauncher/HMCL/lang.h @@ -2,13 +2,13 @@ #define ERROR_TITLE L"Java not found" -#define ERROR_TITLE_ZH L"δҵ Java" +#define ERROR_TITLE_ZH L"未找到 Java" #define ERROR_PROMPT L"The Java runtime environment is required to run HMCL and Minecraft,\n"\ L"Click 'OK' to start downloading java.\n"\ L"Please restart HMCL after installing Java.\n"\ L"Click 'Help' go for help." -#define ERROR_PROMPT_ZH L" HMCL Լ Minecraft Ҫ Java ʱȷʼء\n"\ - L"ڰװ Java ɺ HMCL\n"\ - L"Ѱ" +#define ERROR_PROMPT_ZH L"运行 HMCL 以及 Minecraft 需要 Java 运行时环境,点击“确定”开始下载。\n"\ + L"请在安装 Java 完成后重新启动 HMCL。\n"\ + L"点击“帮助”寻求帮助。" diff --git a/HMCLauncher/HMCL/main.h b/HMCLauncher/HMCL/main.h index e60f2eb7e..d00d47e78 100644 --- a/HMCLauncher/HMCL/main.h +++ b/HMCLauncher/HMCL/main.h @@ -1,3 +1,3 @@ -#pragma once - -#include "resource.h" +#pragma once + +#include "resource.h" diff --git a/HMCLauncher/HMCL/resource.h b/HMCLauncher/HMCL/resource.h index 6e26acbb8..37674e53f 100644 Binary files a/HMCLauncher/HMCL/resource.h and b/HMCLauncher/HMCL/resource.h differ diff --git a/HMCLauncher/HMCL/stdafx.cpp b/HMCLauncher/HMCL/stdafx.cpp index c5cbb45c7..88cf932c2 100644 Binary files a/HMCLauncher/HMCL/stdafx.cpp and b/HMCLauncher/HMCL/stdafx.cpp differ diff --git a/HMCLauncher/HMCL/stdafx.h b/HMCLauncher/HMCL/stdafx.h index 26c830703..b7aace52a 100644 Binary files a/HMCLauncher/HMCL/stdafx.h and b/HMCLauncher/HMCL/stdafx.h differ diff --git a/HMCLauncher/HMCL/targetver.h b/HMCLauncher/HMCL/targetver.h index e2da66c05..46161da10 100644 Binary files a/HMCLauncher/HMCL/targetver.h and b/HMCLauncher/HMCL/targetver.h differ