diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 02:54:16 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 02:54:16 +0000 |
commit | e1b147413b7631b0ff725253eacdbb601f3bab36 (patch) | |
tree | b689d8c7894af3645cadf182127a9b8b1db519c3 /worldtime_protocol/worldtimeproto.cpp | |
parent | f20b4b1e7db459cbd1530b49a5121b77723011de (diff) |
Converted x64 version to Unicode
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@491 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime_protocol/worldtimeproto.cpp')
-rw-r--r-- | worldtime_protocol/worldtimeproto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|