From 2afffa0335123e7ceeb94835dc868a4577f5f044 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 22 Jul 2012 18:10:05 +0000 Subject: links to addons.miranda-im.org removed pre-build events for "Std" plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@1104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/headers.h | 2 +- plugins/Popup/src/opt_skins.cpp | 2 +- plugins/Popup/version.h | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/Popup') 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; diff --git a/plugins/Popup/version.h b/plugins/Popup/version.h index 544f73c7a6..2df164a3f6 100644 --- a/plugins/Popup/version.h +++ b/plugins/Popup/version.h @@ -38,14 +38,14 @@ Last change by : $Author: Merlin_de $ #define POPUP_FILENAME "PopUp.dll" #define POPUP_DISPLAYNAME "PopUp Plus" - #define __FLVersionURL "http://addons.miranda-im.org/details.php?action=viewfile&id=4292" + #define __FLVersionURL "http://nightly.miranda.im/" #define __FLVersionPrefix "PopUp Plus (Unicode) " - #define __FLUpdateURL "http://addons.miranda-im.org/feed.php?dlfile=4292" //.zip + #define __FLUpdateURL "http://nightly.miranda.im/x32/popup.zip" //.zip #define __BetaUpdateURL "" - #define __BetaVersionURL "http://svn.miranda.im/mainrepo/popup/trunk/docs/Changelog.txt" + #define __BetaVersionURL "http://nightly.miranda.im/" #define __BetaVersionPrefix "beta: " - #define __BetaChangelogURL "http://svn.miranda.im/mainrepo/popup/trunk/docs/Changelog.txt" + #define __BetaChangelogURL "http://nightly.miranda.im/" #define __MAJOR_VERSION 2 #define __MINOR_VERSION 1 -- cgit v1.2.3