diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-10-11 17:19:04 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-10-11 17:19:04 +0000 |
commit | 137091a6658840b10086538c835348d3b043e79f (patch) | |
tree | e2c08298356fb2070b96d5bb06de3f8edcd318af /plugins | |
parent | 08770934c167a28d64d8462b78410c43aee04348 (diff) |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/src/modern_toolbar.cpp | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 2 |
2 files changed, 2 insertions, 2 deletions
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;
|