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/HistoryPlusPlus | |
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/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|