From e3f12f5b4d905ec856a6f5ab35b50d216876cb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 28 Jun 2012 09:12:27 +0000 Subject: Autorun options fix, + unicode_aware flag git-svn-id: http://svn.miranda-ng.org/main/trunk@666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoRun/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/AutoRun/main.cpp') diff --git a/plugins/AutoRun/main.cpp b/plugins/AutoRun/main.cpp index 0ae7dcc634..624a58d131 100644 --- a/plugins/AutoRun/main.cpp +++ b/plugins/AutoRun/main.cpp @@ -14,7 +14,8 @@ PLUGININFOEX pluginInfoEx= "", "Copyright © 2002-2007 Sergey V. Gershovich a.k.a. Jazzy$", "http://miranda-im.org/download/index.php?action=viewfile&id=285", - 0, 0, + UNICODE_AWARE, + 0, MIID_AUTORUN }; @@ -116,8 +117,8 @@ static int AutorunOptInitialise(WPARAM wParam,LPARAM lParam) odp.position = 100100000; odp.hInstance = hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_AUTORUN); - odp.ptszTitle = _T(ModuleName); - odp.ptszGroup = LPGENT("Plugins"); + odp.pszTitle = LPGEN(ModuleName); + odp.pszGroup = LPGEN("Plugins"); odp.pfnDlgProc = DlgProcAutorunOpts; odp.flags = ODPF_BOLDGROUPS; Options_AddPage(wParam, &odp); -- cgit v1.2.3