summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-03-14 10:12:19 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-03-14 10:12:19 +0000
commit952ed78d12d9dae772af633b7cc7e842c02ad610 (patch)
treec5fdab666145e63f11eec3e329a0b5ecc40e4718 /plugins/CrashDumper
parentea2834f5115a5d8f5172600638c557d6b5425615 (diff)
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper')
-rw-r--r--plugins/CrashDumper/src/crshdmp_icons.cpp12
1 files changed, 6 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
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)