-
-
Save srifqi/f00717f4bb61e28e4247aadca2edfbc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/gettext.cpp b/src/gettext.cpp | |
| index 58efebb7c..bb99e39bc 100644 | |
| --- a/src/gettext.cpp | |
| +++ b/src/gettext.cpp | |
| @@ -151,10 +151,10 @@ static void MSVC_LocaleWorkaround(int argc, char* argv[]) | |
| errorstream | |
| << "*******************************************************" << '\n' | |
| - << "CMD: " << app_name << '\n'; | |
| - << "Failed to restart with current locale: "; | |
| - << porting::ConvertError(e) << '\n'; | |
| - << "Expect language to be broken!" << '\n'; | |
| + << "CMD: " << app_name << '\n' | |
| + << "Failed to restart with current locale: " | |
| + << porting::ConvertError(e) << '\n' | |
| + << "Expect language to be broken!" << '\n' | |
| << "*******************************************************" << std::endl; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment