diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-15 05:19:32 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-15 05:19:32 +0000 |
commit | 1aeb250607a6e3c6be01c73666a17eaf9d3c6b45 (patch) | |
tree | 46ab7e4abae9461d63688ede1ade7692a665cfb0 /alarms/alarms.cpp | |
parent | e8e794f67af810a895de3fb1b4bfbeda52b19429 (diff) |
more font fixes
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@424 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'alarms/alarms.cpp')
-rw-r--r-- | alarms/alarms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alarms/alarms.cpp b/alarms/alarms.cpp index 2bc769d..d316f58 100644 --- a/alarms/alarms.cpp +++ b/alarms/alarms.cpp @@ -33,7 +33,7 @@ WNDPROC old_clist_wndproc; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Alarms",
- PLUGIN_MAKE_VERSION(0,4,0,3),
+ PLUGIN_MAKE_VERSION(0,4,0,4),
"Set once-off, daily, weekly and weekday alarms.",
"Scott Ellis",
"mail@scottellis.com.au",
|