From d1534023fd7070dc07e5bfc93521049687803271 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Feb 2013 12:49:44 +0000 Subject: - translation fixes (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoRun/src/autorun.h | 2 +- plugins/AutoRun/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/AutoRun') diff --git a/plugins/AutoRun/src/autorun.h b/plugins/AutoRun/src/autorun.h index c6e9a9d724..31fb3c9065 100644 --- a/plugins/AutoRun/src/autorun.h +++ b/plugins/AutoRun/src/autorun.h @@ -12,6 +12,6 @@ #include "Version.h" #define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run") -#define ModuleName "Autorun" +#define ModuleName LPGEN("Autorun") HKEY ROOT_KEY = HKEY_CURRENT_USER; diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index 7794fe0f3f..f33a164dd0 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -106,7 +106,7 @@ static int AutorunOptInitialise(WPARAM wParam,LPARAM lParam) odp.position = 100100000; odp.hInstance = hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_AUTORUN); - odp.pszTitle = LPGEN(ModuleName); + odp.pszTitle = ModuleName; odp.pszGroup = LPGEN("Services"); odp.pfnDlgProc = DlgProcAutorunOpts; odp.flags = ODPF_BOLDGROUPS; -- cgit v1.2.3