Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
2 deletions.
-
+1
−2
src/gettext.cpp
|
@@ -160,7 +160,7 @@ void init_gettext(const char *path, const std::string &configured_language, |
|
|
|
|
|
// Allow calling without an extension |
|
|
std::string app_name = argv[0]; |
|
|
if (app_name.compare(appname.size() - 4, 4, ".exe") != 0) |
|
|
if (app_name.compare(app_name.size() - 4, 4, ".exe") != 0) |
|
|
app_name += ".exe"; |
|
|
|
|
|
STARTUPINFO startup_info = {0}; |
|
@@ -246,4 +246,3 @@ void init_gettext(const char *path, const std::string &configured_language, |
|
|
infostream << "Message locale is now set to: " |
|
|
<< setlocale(LC_ALL, 0) << std::endl; |
|
|
} |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.