From 7f197a954d9daf08cfa5461d564d3dbcc9a2f344 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 14 Jul 2012 17:50:56 +0000 Subject: fixed options pages names git-svn-id: http://svn.miranda-ng.org/main/trunk@970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Quotes/Forex.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Quotes') diff --git a/protocols/Quotes/Forex.cpp b/protocols/Quotes/Forex.cpp index e15b2bda52..4c5b1f1ca2 100644 --- a/protocols/Quotes/Forex.cpp +++ b/protocols/Quotes/Forex.cpp @@ -353,10 +353,10 @@ namespace odp.cbSize = sizeof(odp); odp.position = 910000000; odp.hInstance = CModuleInfo::GetModuleHandle(); - odp.pszTitle = QUOTES_PROTOCOL_NAME; - odp.pszGroup = LPGEN("Network"); + odp.ptszTitle = _T(QUOTES_PROTOCOL_NAME); + odp.ptszGroup = LPGENT("Network"); odp.hIcon = Quotes_LoadIconEx(ICON_STR_MAIN); - odp.flags = ODPF_USERINFOTAB; + odp.flags = ODPF_USERINFOTAB | ODPF_TCHAR; std::for_each(rapProviders.begin(),rapProviders.end(),boost::bind(&IQuotesProvider::ShowPropertyPage,_1,wp,boost::ref(odp))); return 0; -- cgit v1.2.3