diff options
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Scriver/src/srmm.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 3cb5abc351..8de9d45979 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -689,7 +689,7 @@ BEGIN BEGIN
BLOCK "041504e3"
BEGIN
- VALUE "Comments", "http://nightly.miranda.im/"
+ VALUE "Comments", "http://miranda-ng.org/"
VALUE "CompanyName", "Miranda NG Development Team"
VALUE "FileDescription", "Scriver - send and receive instant messages"
VALUE "FileVersion", "2.10.0.1"
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index 8d98416ddd..78f6fbda01 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -41,7 +41,7 @@ PLUGININFOEX pluginInfo = { "Miranda IM Development Team",
"the_leech@users.berlios.de",
"Copyright (c) 2000-2012 Miranda IM Project",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
{0x84636f78, 0x2057, 0x4302, { 0x8a, 0x65, 0x23, 0xa1, 0x6d, 0x46, 0x84, 0x4c }} //{84636F78-2057-4302-8A65-23A16D46844C}
};
|