summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-07-08 09:47:46 +0000
committerRobert Pösel <robyer@seznam.cz>2013-07-08 09:47:46 +0000
commitc4444233b2e0c2098e4ddefd02ef2a4a81522967 (patch)
tree8e37bae31696009a077a6e1f26cb3c5e642c8f38 /plugins/Db3x_mmap/src
parenta3917a280ade8b4ab85fd10d2d970dbdc824722e (diff)
Added proper link to wiki page of some plugins.
git-svn-id: http://svn.miranda-ng.org/main/trunk@5275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src')
-rw-r--r--plugins/Db3x_mmap/src/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/database.cpp b/plugins/Db3x_mmap/src/database.cpp
index 46dd501de5..c6d7f45131 100644
--- a/plugins/Db3x_mmap/src/database.cpp
+++ b/plugins/Db3x_mmap/src/database.cpp
@@ -91,7 +91,7 @@ void __cdecl dbpanic(void *arg)
MessageBox(0,err,TranslateT("Database Error"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK);
}
else
- MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin. Please download it from http://miranda-ng.org/. Miranda will now shutdown."),
+ MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin. Please download it from http://miranda-ng.org/p/DbChecker/. Miranda will now shutdown."),
TranslateT("Database Panic"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK);
TerminateProcess(GetCurrentProcess(),255);
}