FrontendCommon: Attempt two at hotkey translation

This commit is contained in:
Connor McLaughlin
2020-10-04 17:37:39 +10:00
parent d595d6b595
commit 7278f055cb
2 changed files with 40 additions and 41 deletions

View File

@ -184,6 +184,5 @@ protected:
};
#define TRANSLATABLE(context, str) str
#define TRANSLATABLE_NOOP(context, str)
extern HostInterface* g_host_interface;