diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-27 07:29:56 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-27 07:29:56 +0000 |
commit | f2f4c428c834bc6e7b16d213850282f2b2cff18b (patch) | |
tree | 70efeef5d6395cfddfa5c1aff20cbb628123973e /plugins/Watrack/proto | |
parent | 0bf3b994d69c231adeb5a5ef15d8b0a8d470b5e3 (diff) |
point to our wiki
git-svn-id: http://svn.miranda-ng.org/main/trunk@15783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/proto')
-rw-r--r-- | plugins/Watrack/proto/proto.pas | 6 |
1 files changed, 3 insertions, 3 deletions
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;
|