diff options
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r-- | plugins/SimpleStatusMsg/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SimpleStatusMsg/src/msgbox.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SimpleStatusMsg/src/main.cpp b/plugins/SimpleStatusMsg/src/main.cpp index 95212f4d59..acd9fc9060 100644 --- a/plugins/SimpleStatusMsg/src/main.cpp +++ b/plugins/SimpleStatusMsg/src/main.cpp @@ -41,7 +41,7 @@ PLUGININFOEX pluginInfo = { "Bartosz 'Dezeath' Białek, Harven",
"dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com",
"© 2006-2011 Bartosz Białek, © 2005 Harven",
- "http://code.google.com/p/dezeath",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {768CE156-34AC-45a3-B53B-0083C47615C4}
{ 0x768ce156, 0x34ac, 0x45a3, { 0xb5, 0x3b, 0x0, 0x83, 0xc4, 0x76, 0x15, 0xc4 } }
diff --git a/plugins/SimpleStatusMsg/src/msgbox.cpp b/plugins/SimpleStatusMsg/src/msgbox.cpp index 924307ea04..4a0dddfc20 100644 --- a/plugins/SimpleStatusMsg/src/msgbox.cpp +++ b/plugins/SimpleStatusMsg/src/msgbox.cpp @@ -492,12 +492,12 @@ VOID APIENTRY HandlePopupMenu(HWND hwnd, POINT pt, HWND edit_control) break;
case ID__FORTUNEAWAYMSG:
- CallService(MS_UTILS_OPENURL,1,(LPARAM)"http://nightly.miranda.im/");
+ CallService(MS_UTILS_OPENURL,1,(LPARAM)"http://miranda-ng.org/");
break;
case ID__VARIABLES:
- CallService(MS_UTILS_OPENURL,1,(LPARAM)"http://nightly.miranda.im/");
+ CallService(MS_UTILS_OPENURL,1,(LPARAM)"http://miranda-ng.org/");
break;
|