diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-05 22:07:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-05 22:07:14 +0000 |
commit | 39679a3cc145c5253bbbd99b9a013f3fe991532b (patch) | |
tree | 50faf2e1a7a1fd464bd2a75f3865229e28057246 /plugins/Db3x_mmap/src/dbcrypt.cpp | |
parent | 3f4bfef9370e7ec778e501f4608d3c4fe0b3b255 (diff) |
resetting menu item name upon password change
git-svn-id: http://svn.miranda-ng.org/main/trunk@7061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcrypt.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbcrypt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/dbcrypt.cpp b/plugins/Db3x_mmap/src/dbcrypt.cpp index 4193316d17..7b384cedfe 100644 --- a/plugins/Db3x_mmap/src/dbcrypt.cpp +++ b/plugins/Db3x_mmap/src/dbcrypt.cpp @@ -207,4 +207,5 @@ void CDb3Mmap::SetPassword(LPCTSTR ptszPassword) m_bUsesPassword = true;
m_crypto->setPassword(ptrA(mir_utf8encodeT(ptszPassword)));
}
+ UpdateMenuItem();
}
|