From d0580040b51b6c4803e0f61863bd985c382370e9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Jan 2014 15:22:35 +0000 Subject: fix for creating backup files in dbchecker git-svn-id: http://svn.miranda-ng.org/main/trunk@7906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/dbintf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Db3x_mmap/src/dbintf.h') diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 4103d2c02c..32bda67466 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -333,6 +333,8 @@ struct CDb3Mmap : public CDb3Base void SetPassword(const TCHAR *ptszPassword); void UpdateMenuItem(void); + int PrepareCheck(void); + __forceinline LPSTR GetMenuTitle() const { return m_bUsesPassword ? LPGEN("Change/remove password") : LPGEN("Set password"); } protected: -- cgit v1.2.3