From 952ed78d12d9dae772af633b7cc7e842c02ad610 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 14 Mar 2013 10:12:19 +0000 Subject: - translation fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@4016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/crshdmp_icons.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/CrashDumper') diff --git a/plugins/CrashDumper/src/crshdmp_icons.cpp b/plugins/CrashDumper/src/crshdmp_icons.cpp index d469c5349d..5ab76319b0 100644 --- a/plugins/CrashDumper/src/crshdmp_icons.cpp +++ b/plugins/CrashDumper/src/crshdmp_icons.cpp @@ -20,16 +20,16 @@ along with this program. If not, see . static IconItem iconList[] = { - { "Version Information", "versionInfo", IDI_VI }, - { "Copy To Clipboard", "storeToClip", IDI_VITOCLIP }, - { "Store to file", "storeToFile", IDI_VITOFILE }, - { "Show", "showInfo", IDI_VISHOW }, - { "Upload", "uploadInfo", IDI_VIUPLOAD }, + { LPGEN("Version Information"), "versionInfo", IDI_VI }, + { LPGEN("Copy To Clipboard"), "storeToClip", IDI_VITOCLIP }, + { LPGEN("Store to file"), "storeToFile", IDI_VITOFILE }, + { LPGEN("Show"), "showInfo", IDI_VISHOW }, + { LPGEN("Upload"), "uploadInfo", IDI_VIUPLOAD }, }; void InitIcons(void) { - Icon_Register(hInst, PluginName, iconList, SIZEOF(iconList), PluginName); + Icon_Register(hInst, LPGEN("Crash Dumper"), iconList, SIZEOF(iconList), PluginName); } HICON LoadIconEx(int iconId, bool big) -- cgit v1.2.3