diff options
-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;
|