mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Make "Extract File..." menu item translatable
This commit is contained in:
parent
ddfdeb2222
commit
522f9176a4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2012- PPSSPP Project.
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -593,6 +593,7 @@ namespace MainWindow
|
|||
TranslateMenuItem(ID_DEBUG_RUNONLOAD);
|
||||
TranslateMenuItem(ID_DEBUG_DISASSEMBLY, L"\tCtrl+D");
|
||||
TranslateMenuItem(ID_DEBUG_GEDEBUGGER,L"\tCtrl+G");
|
||||
TranslateMenuItem(ID_DEBUG_EXTRACTFILE);
|
||||
TranslateMenuItem(ID_DEBUG_LOG, L"\tCtrl+L");
|
||||
TranslateMenuItem(ID_DEBUG_MEMORYVIEW, L"\tCtrl+M");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue