diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewAwaySysMod/src/AwayOpt.cpp | 2 | ||||
-rw-r--r-- | plugins/Watrack/proto/proto.pas | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/NewAwaySysMod/src/AwayOpt.cpp b/plugins/NewAwaySysMod/src/AwayOpt.cpp index 62a346a1da..8aaffbe189 100644 --- a/plugins/NewAwaySysMod/src/AwayOpt.cpp +++ b/plugins/NewAwaySysMod/src/AwayOpt.cpp @@ -1385,7 +1385,7 @@ int ModernOptInitialise(WPARAM wParam, LPARAM) // obj.lpzClassicGroup = NULL;
obj.lpzClassicPage = "Status";
obj.lpzClassicTab = "Main options";
- // obj.lpzHelpUrl = "http://wiki.miranda-im.org/";
+ // obj.lpzHelpUrl = "http://wiki.miranda-ng.org/";
obj.lpzTemplate = MAKEINTRESOURCEA(IDD_MODERNOPT_MESSAGES);
obj.pfnDlgProc = MessagesModernOptDlg;
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas index 8569e227c5..d7f8d2b31f 100644 --- a/plugins/Watrack/proto/proto.pas +++ b/plugins/Watrack/proto/proto.pas @@ -31,9 +31,9 @@ const SendRequestText:PAnsiChar =
'WATrack internal info - sorry!';
{
- 'If you see this message, probably you have no "WATrack" plugin installed or uses old '+
- 'version. See http://miranda-im.org/download/details.php?action=viewfile&id=2345 or '+
- 'http://awkward.miranda.im/ (beta versions) for more information and download.';
+ 'If you see this message, probably you have no WATrack plugin installed or uses old '+
+ 'version. See http://wiki.miranda-ng.org/index.php?title=Plugin:Watrack for '+
+ 'more information and download.';
}
const
hmInRequest = $0001;
|