diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-31 03:02:51 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-31 03:02:51 +0000 |
commit | cb844f4914564d0027a836bb089f0c34819de2c2 (patch) | |
tree | 75048b5c740efe8627ce13eb1afc182aaf610bd3 /nohtml/nohtml.cpp | |
parent | 4d932ed5aae303c8f01983aced9280aa1c1f563b (diff) |
add beta changelog url link to svn log
add support for utf
use yapp header
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@314 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/nohtml.cpp')
-rw-r--r-- | nohtml/nohtml.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index cd83377..1bb84fb 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -62,6 +62,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fnohtml%2F&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
|