diff options
Diffstat (limited to 'plugins/Popup/src')
-rw-r--r-- | plugins/Popup/src/headers.h | 2 | ||||
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h index 3b892576b9..48ea9d8348 100644 --- a/plugins/Popup/src/headers.h +++ b/plugins/Popup/src/headers.h @@ -40,7 +40,7 @@ Miranda IM can be found here: http://www.miranda-im.org/
Miranda IM plugins and tools can be found here:
-http://addons.miranda-im.org/
+http://nightly.miranda.im/
===============================================================================
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index 1dc18f43cc..874c30e97b 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -461,7 +461,7 @@ INT_PTR CALLBACK DlgProcPopSkinsOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR }//end IDC_BTN_RELOAD:
break;
case IDC_GETSKINS:
- CallService(MS_UTILS_OPENURL,0,(LPARAM)"http://addons.miranda-im.org/index.php?action=display&id=72");
+ CallService(MS_UTILS_OPENURL,0,(LPARAM)"http://nightly.miranda.im/");
break;
default:
break;
|