mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Refactor UI/Input KeyboardShortcuts to Title Case
This commit is contained in:
@@ -516,7 +516,7 @@ public:
|
||||
std::string GetKeyboardShortcutString(int32_t shortcut) override
|
||||
{
|
||||
utf8 buffer[256];
|
||||
keyboard_shortcuts_format_string(buffer, sizeof(buffer), shortcut);
|
||||
KeyboardShortcutsFormatString(buffer, sizeof(buffer), shortcut);
|
||||
return std::string(buffer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user