Merge branch 'kanjitalk755:master' into sdl1-fix

This commit is contained in:
robxnano 2022-09-10 13:34:38 +01:00 committed by GitHub
commit 05adbff2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ user_string_def common_strings[] = {
{STR_WINDOW_TITLE_GRABBED1, "Ctrl+"},
#ifdef __APPLE__
{STR_WINDOW_TITLE_GRABBED2, "Opt+"},
{STR_WINDOW_TITLE_GRABBED4, "Cmd+F5"},
{STR_WINDOW_TITLE_GRABBED4, "Cmd+"},
#else
{STR_WINDOW_TITLE_GRABBED2, "Alt+"},
#endif

View File

@ -184,7 +184,7 @@ user_string_def common_strings[] = {
{STR_WINDOW_TITLE_GRABBED1, "Ctrl+"},
#ifdef __APPLE__
{STR_WINDOW_TITLE_GRABBED2, "Opt+"},
{STR_WINDOW_TITLE_GRABBED4, "Cmd+F5"},
{STR_WINDOW_TITLE_GRABBED4, "Cmd+"},
#else
{STR_WINDOW_TITLE_GRABBED2, "Alt+"},
#endif