From 137091a6658840b10086538c835348d3b043e79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 11 Oct 2013 17:19:04 +0000 Subject: Use simpler link when pointing to plugin's wiki page git-svn-id: http://svn.miranda-ng.org/main/trunk@6447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_toolbar.cpp | 2 +- plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index d97d4ea88f..22fc101987 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -301,7 +301,7 @@ void CustomizeToolbar(HWND hwnd) #define TTB_OPTDIR "TopToolBar" -static char szUrl[] = "http://wiki.miranda-ng.org/index.php?title=Plugin:TopToolBar"; +static char szUrl[] = "http://miranda-ng.org/p/TopToolBar"; static TCHAR szWarning[] = LPGENT("To view a toolbar in Clist Modern you need the TopToolBar plugin. Click Yes to download it or Cancel to continue"); diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas index 3ec49466cb..6f0eed12bb 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas @@ -73,7 +73,7 @@ const ID_NEED_RESTART = 999; // "Please restart Miranda IM..." const - URL_NEEDOPTIONS = 'http://wiki.miranda-ng.org/index.php?title=Plugin:HistoryPP/en#Hidden_options'; + URL_NEEDOPTIONS = 'http://miranda-ng.org/p/HistoryPP#Hidden_options'; { function GetText(idCtrl: Integer): AnsiString; -- cgit v1.2.3