From e1b147413b7631b0ff725253eacdbb601f3bab36 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 5 Apr 2010 02:54:16 +0000 Subject: Converted x64 version to Unicode git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@491 4f64403b-2f21-0410-a795-97e2b3489a10 --- worldtime_protocol/options.cpp | 2 +- worldtime_protocol/worldtimeproto.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/worldtime_protocol/options.cpp b/worldtime_protocol/options.cpp index d98652a..dc5cb15 100644 --- a/worldtime_protocol/options.cpp +++ b/worldtime_protocol/options.cpp @@ -288,7 +288,7 @@ int OptInit(WPARAM wParam,LPARAM lParam) odp.position = -790000000; odp.hInstance = hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_DIALOG1); - odp.pszTitle = "World Time Protocol"; + odp.pszTitle = "World Time"; odp.pszGroup = "Plugins"; odp.flags = ODPF_BOLDGROUPS; odp.nIDBottomSimpleControl = IDC_PPM; diff --git a/worldtime_protocol/worldtimeproto.cpp b/worldtime_protocol/worldtimeproto.cpp index 6645112..0da8dfc 100644 --- a/worldtime_protocol/worldtimeproto.cpp +++ b/worldtime_protocol/worldtimeproto.cpp @@ -457,7 +457,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam) { menu.hIcon = (HICON)LoadImage(hInst, MAKEINTRESOURCE(IDI_ICON_PROTO), IMAGE_ICON, 0, 0, 0); menu.position = -200000; - menu.pszName = (char *)Translate("Edit..."); + menu.pszName = "Edit..."; menu.pszService=PROTO "/Edit"; menu.pszContactOwner = PROTO; hMenuEdit = (HANDLE)CallService(MS_CLIST_ADDCONTACTMENUITEM,0,(LPARAM)&menu); -- cgit v1.2.3