From b74ad9c524bb75b7cd971ada0c93b26379d46abe Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 5 Oct 2012 09:36:34 +0000 Subject: Nudge: translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Nudge/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Nudge/src/main.cpp') 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; -- cgit v1.2.3