diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-05 01:28:37 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-05 01:28:37 +0000 |
commit | b3861e72ec527e73bcbb44978e531f5731237c0c (patch) | |
tree | 512dc43e54920a25798215344a2de5a9647183b4 /worldtime_protocol/worldtimeproto.cpp | |
parent | 991f409e2eec6c19aed25c9daffd5f7297c96811 (diff) |
try to override timezone list index by matching timezone name (list index inconsistent accross versions of windows)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@199 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 5ee4724..f782c0c 100644 --- a/worldtime_protocol/worldtimeproto.cpp +++ b/worldtime_protocol/worldtimeproto.cpp @@ -112,7 +112,7 @@ int GetStatus(WPARAM wParam,LPARAM lParam) PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"World Time Protocol",
- PLUGIN_MAKE_VERSION(0, 1, 0, 1),
+ PLUGIN_MAKE_VERSION(0, 1, 1, 0),
"Adds 'contacts' showing the time at specified locations around the world.",
"Scott Ellis",
"mail@scottellis.com.au",
|