summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/msgoptions.cpp2
-rw-r--r--plugins/TabSRMM/src/srmm.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp
index 791d9fde96..678c018441 100644
--- a/plugins/TabSRMM/src/msgoptions.cpp
+++ b/plugins/TabSRMM/src/msgoptions.cpp
@@ -1670,7 +1670,7 @@ static int ModernOptInitialise(WPARAM wParam, LPARAM lParam)
obj.iBoldControls = iBoldControls;
obj.lpzClassicGroup = NULL;
obj.lpzClassicPage = "Message Sessions";
- obj.lpzHelpUrl = "http://nightly.miranda.im/";
+ obj.lpzHelpUrl = "http://wiki.miranda.or.at/";
obj.lpzTemplate = MAKEINTRESOURCEA(IDD_MODERNOPTS);
obj.pfnDlgProc = DlgProcTabSrmmModernOptions;
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp
index e8a32e4d0e..df3e125e2f 100644
--- a/plugins/TabSRMM/src/srmm.cpp
+++ b/plugins/TabSRMM/src/srmm.cpp
@@ -63,7 +63,7 @@ PLUGININFOEX pluginInfo = {
"The Miranda developers team and contributors",
"silvercircle _at_ gmail _dot_ com",
"2000-2010 Miranda Project and contributors. See readme.txt for more.",
- "http://miranda.or.at",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
{0x6ca5f042, 0x7a7f, 0x47cc, { 0xa7, 0x15, 0xfc, 0x8c, 0x46, 0xfb, 0xf4, 0x34 }} //{6CA5F042-7A7F-47cc-A715-FC8C46FBF434}
};