diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-05 09:36:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-05 09:36:34 +0000 |
commit | b74ad9c524bb75b7cd971ada0c93b26379d46abe (patch) | |
tree | bec479298a86a37edd1f830ea0dda7a74a46d2e7 /plugins/Nudge | |
parent | 960ee4645b7f11921e8c0ce5f80b1398303855a5 (diff) |
Nudge: translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge')
-rw-r--r-- | plugins/Nudge/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 733701ee52..1bf81f87c3 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -556,7 +556,7 @@ void LoadPopupClass() POPUPCLASS ppc = {0};
ppc.cbSize = sizeof(ppc);
ppc.flags = PCF_TCHAR;
- ppc.pszName = "nudge";
+ ppc.pszName = "Nudge";
ppc.ptszDescription = LPGENT("Show Nudge");
ppc.hIcon = (HICON) CallService(MS_SKIN2_GETICONBYHANDLE,0,(LPARAM)g_hIcon);
ppc.colorBack = NULL;
|