From 522f9176a495f62ed084b90981b7b3a015b15310 Mon Sep 17 00:00:00 2001 From: vnctdj Date: Sat, 4 Jan 2014 12:33:02 +0100 Subject: [PATCH] Make "Extract File..." menu item translatable --- Windows/WndMainWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Windows/WndMainWindow.cpp b/Windows/WndMainWindow.cpp index 09d4c56c50..982bc6ab8f 100644 --- a/Windows/WndMainWindow.cpp +++ b/Windows/WndMainWindow.cpp @@ -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");