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/WorldTime.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/WorldTime.cpp')
-rw-r--r-- | worldtime/WorldTime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldtime/WorldTime.cpp b/worldtime/WorldTime.cpp index 8b1c839..90adb4a 100644 --- a/worldtime/WorldTime.cpp +++ b/worldtime/WorldTime.cpp @@ -7,7 +7,7 @@ PLUGINLINK *pluginLink; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"World Time",
- PLUGIN_MAKE_VERSION(0, 3, 0, 2),
+ PLUGIN_MAKE_VERSION(0, 3, 1, 0),
"Display world times.",
"Scott Ellis",
"mail@scottellis.com.au",
|