diff options
Diffstat (limited to 'plugins/HistoryPlusPlus')
| -rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 2 | ||||
| -rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index 6ee414e78f..fc115b0727 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -173,7 +173,7 @@ const hppAuthor = 'theMIROn, Art Fedorov';
hppCopyright = '© 2006-2009 theMIROn, 2003-2006 Art Fedorov. History+ parts © 2001 Christian Kastner';
- hppHomePageURL = 'https://miranda-ng.org/p/HistoryPP/';
+ hppHomePageURL = 'https://miranda-ng.org/p/HistoryPP';
hppIPName = 'historypp_icons.dll';
diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas index 25281bed1f..f203f59a6a 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas @@ -71,7 +71,7 @@ const ID_NEED_RESTART = 999; // "Please restart Miranda IM..."
const
- URL_NEEDOPTIONS = 'https://miranda-ng.org/p/HistoryPP#Hidden_options';
+ URL_NEEDOPTIONS = 'https://miranda-ng.org/p/HistoryPP#Hidden_settings';
{
function GetText(idCtrl: Integer): AnsiString;
|
