macOS: fix mouse grab message

This commit is contained in:
kanjitalk755 2022-09-07 20:25:22 +09:00
parent 75cdbd1d7b
commit 6edec590ab
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