From 47d5ac4f9c8b25c9a4f705d523a7ffa834cb1dbb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 25 Sep 2014 06:52:35 +0000 Subject: new URL for Tipper skins git-svn-id: http://svn.miranda-ng.org/main/trunk@10578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TipperYM/src/options.cpp') diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp index e90a442037..5df05097e9 100644 --- a/plugins/TipperYM/src/options.cpp +++ b/plugins/TipperYM/src/options.cpp @@ -2005,7 +2005,7 @@ INT_PTR CALLBACK DlgProcOptsSkin(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l else if (LOWORD(wParam) == IDC_CHK_LOADPROPORTIONS) opt.bLoadProportions = IsDlgButtonChecked(hwndDlg, IDC_CHK_LOADPROPORTIONS) ? true : false; else if (LOWORD(wParam) == IDC_BTN_GETSKINS) - CallService(MS_UTILS_OPENURL, 0, (LPARAM)"http://www.miranda-easy.net/tipper"); + CallService(MS_UTILS_OPENURL, 0, (LPARAM)"http://miranda-ng.org/addons/category/48"); break; } -- cgit v1.2.3