diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA/src')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/dbintf_sa.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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
|