i18n: Add window menu to WX string override list

WX's translation has mnemonics on macOS
This commit is contained in:
TellowKrinkle 2021-01-25 16:05:47 -06:00 committed by tellowkrinkle
parent 803bac5da0
commit b9a6dca4b4
1 changed files with 1 additions and 0 deletions

View File

@ -729,6 +729,7 @@ Pcsx2App::Pcsx2App()
_("Save &As...");
_("&Help");
_("&Home");
_("&Window");
_("Show about dialog.")
}