1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Allow assigning a shortcut to the options window.

This commit is contained in:
Aaron van Geffen
2016-01-23 23:15:48 +09:00
parent 6eaa93c9bc
commit 2d90bc8354
5 changed files with 11 additions and 0 deletions

View File

@@ -2304,6 +2304,8 @@ enum {
STR_ENTER_NEW_NAME_FOR_THIS_GROUP = 5711,
STR_CANT_MODIFY_PERMISSION_THAT_YOU_DO_NOT_HAVE_YOURSELF = 5712,
STR_SHORTCUT_SHOW_OPTIONS = 5714,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};