summaryrefslogtreecommitdiff
path: root/plugins/Db3x
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-22 20:44:31 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-22 20:44:31 +0000
commit4b7c03000029ae55340bc0d1c4c296de917f9700 (patch)
tree5c458aee0a7d2a04698692b9d0abc9e82d195a66 /plugins/Db3x
parent2afffa0335123e7ceeb94835dc868a4577f5f044 (diff)
links to miranda-im.org removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x')
-rw-r--r--plugins/Db3x/src/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x/src/database.cpp b/plugins/Db3x/src/database.cpp
index a9054bb591..50d51dde81 100644
--- a/plugins/Db3x/src/database.cpp
+++ b/plugins/Db3x/src/database.cpp
@@ -109,7 +109,7 @@ static DWORD DatabaseCorrupted = 0;
void __cdecl dbpanic(void *arg)
{
- MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DBTool. Please download it from http://www.miranda-im.org. Miranda will now shutdown."),TranslateT("Database Panic"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK);
+ MessageBox(0,TranslateT("Miranda has detected corruption in your database. This corruption maybe fixed by DBTool. Please download it from http://nightly.miranda.im/. Miranda will now shutdown."),TranslateT("Database Panic"),MB_SETFOREGROUND|MB_TOPMOST|MB_APPLMODAL|MB_ICONWARNING|MB_OK);
TerminateProcess(GetCurrentProcess(),255);
return;
}