diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 09:00:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 09:00:59 +0000 |
commit | 7654daaa6cf56a14c6a10fb4384a79c5ad750d8d (patch) | |
tree | b1ba4eeab7e6837ad48a65943021197336abe731 /plugins/VersionInfo/src/hooked_events.cpp | |
parent | 9b692fa3fe30c96dd81b43078a1f464f60c9a468 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/hooked_events.cpp')
-rw-r--r-- | plugins/VersionInfo/src/hooked_events.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/VersionInfo/src/hooked_events.cpp b/plugins/VersionInfo/src/hooked_events.cpp index 2173fff405..9d0aa826c2 100644 --- a/plugins/VersionInfo/src/hooked_events.cpp +++ b/plugins/VersionInfo/src/hooked_events.cpp @@ -19,13 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "common.h"
-#include "hooked_events.h"
-
-#define HOST "http://eblis.tla.ro/projects"
-
-#define VERSIONINFO_VERSION_URL HOST "/miranda/VersionInfo/updater/VersionInfo.html"
-#define VERSIONINFO_UPDATE_URL HOST "/miranda/VersionInfo/updater/VersionInfo.zip"
-#define VERSIONINFO_VERSION_PREFIX "Version Information version "
int HookEvents()
{
|