summaryrefslogtreecommitdiff
path: root/tipper/tipper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r--tipper/tipper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp
index 0eabf18..37ab521 100644
--- a/tipper/tipper.cpp
+++ b/tipper/tipper.cpp
@@ -145,8 +145,13 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) {
// before the version that we use to locate it on the page
// (note that if the update URL and the version URL point to standard file listing entries, the backend xml
// data will be used to check for updates rather than the actual web page - this is not true for beta urls)
+#ifdef _UNICODE
update.szBetaUpdateURL = "http://www.scottellis.com.au/miranda_plugins/tipper.zip";
update.szBetaVersionURL = "http://www.scottellis.com.au/miranda_plugins/ver_tipper.html";
+#else
+ update.szBetaUpdateURL = "http://www.scottellis.com.au/miranda_plugins/tipper_ansi.zip";
+ update.szBetaVersionURL = "http://www.scottellis.com.au/miranda_plugins/ver_tipper_ansi.html";
+#endif
update.pbBetaVersionPrefix = (BYTE *)"Tipper version ";
update.cpbBetaVersionPrefix = strlen((char *)update.pbBetaVersionPrefix);