From 88326f429868e48de63fd64de598080325bb018c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Jan 2014 16:40:25 +0000 Subject: mmap_sa: warning about the profile password disabling git-svn-id: http://svn.miranda-ng.org/main/trunk@7838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/src/dbintf_sa.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp index 28fd9b1b74..fbac303140 100644 --- a/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp +++ b/plugins/Dbx_mmap_SA/src/dbintf_sa.cpp @@ -54,6 +54,10 @@ int CDbxMmapSA::Load(bool bSkipInit) DecodeAll(); m_bEncoding = false; WritePlainHeader(); + + MessageBox(NULL, + TranslateT("Your profile was decrypted to convert it into dbx_mmap format. When Miranda starts, you'll need to reenter a password"), + TranslateT("Password warning"), MB_OK | MB_ICONWARNING); } // write back mmap's signature not to open this profile again -- cgit v1.2.3