diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
commit | 94e5f742581f4b670cdb6ca09c18c86ce05629a9 (patch) | |
tree | 9ba37e2846378a23360379cf0bdb1fac154e49d4 /plugins/MenuItemEx | |
parent | 2c6fdda841bfff2425a29c17a0a52a9aa189db42 (diff) |
Miranda homepage link in plugininfo is changed to http://miranda-ng.org/
git-svn-id: http://svn.miranda-ng.org/main/trunk@1206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx')
-rw-r--r-- | plugins/MenuItemEx/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h index 198d2e2cec..cb843f4362 100644 --- a/plugins/MenuItemEx/src/version.h +++ b/plugins/MenuItemEx/src/version.h @@ -3,7 +3,7 @@ #define __VERSION_DWORD 0x01030009
#define __PLUGIN_NAME "MenuItemEx"
-#define __WEB "http://nightly.miranda.im/"
+#define __WEB "http://miranda-ng.org/"
#define __DESC "Adds some useful options to a contacts menu."
#define __AUTHORS "Heiko Schillinger, Baloo, Billy_Bons, Robert Posel"
#define __EMAIL "micron@nexgo.de, baloo@bk.ru, tatarinov.sergey@gmail.com, robyer@seznam.cz"
|