From 6b4243c32ada1520522a92f818915c40e107f295 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 8 Jun 2024 12:20:32 +0200 Subject: [PATCH] SDL_HINT_APP_NAME is now explicitly set to 'ES-DE' to display the correct name in the OS sound settings and similar --- es-app/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 9e6f996bc..207fa25cc 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -558,6 +558,8 @@ int main(int argc, char* argv[]) std::locale::global(std::locale("C")); + SDL_SetHint(SDL_HINT_APP_NAME, "ES-DE"); + #if defined(__APPLE__) // This is a workaround to disable the incredibly annoying save state functionality in // macOS which forces a restore of the previous window state. The problem is that this