summaryrefslogtreecommitdiff
path: root/worldtime_protocol/options.cpp
diff options
context:
space:
mode:
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
commite1b147413b7631b0ff725253eacdbb601f3bab36 (patch)
treeb689d8c7894af3645cadf182127a9b8b1db519c3 /worldtime_protocol/options.cpp
parentf20b4b1e7db459cbd1530b49a5121b77723011de (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/options.cpp')
-rw-r--r--worldtime_protocol/options.cpp2
1 files changed, 1 insertions, 1 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;