diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-23 16:40:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-23 16:40:25 +0000 |
commit | 88326f429868e48de63fd64de598080325bb018c (patch) | |
tree | 944aec7423f6d6526483f01d3ace1779d9ab94e9 /plugins/Dbx_mmap_SA/src | |
parent | 0dea65e7f8a68f33747c265bb6e016b583864a6e (diff) |
mmap_sa: warning about the profile password disabling
git-svn-id: http://svn.miranda-ng.org/main/trunk@7838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|