summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-03-01 13:33:40 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-03-01 13:33:40 +0000
commit4d50daff489354244c71d01cc2f7206cb203cd04 (patch)
treeda6ec48623afee248429226ced37a7a23bf8000e /plugins/Db3x_mmap/src
parentcf15b902280393f127b0172a7b045340b0d456dd (diff)
small adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@8350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp
index 7b50e80263..1ed3871b2d 100644
--- a/plugins/Db3x_mmap/src/dbintf.cpp
+++ b/plugins/Db3x_mmap/src/dbintf.cpp
@@ -139,7 +139,7 @@ int CDb3Mmap::Load(bool bSkipInit)
// everything is ok, go on
if (!m_bReadOnly) {
if (m_dbHeader.version < DB_095_1_VERSION) {
- if (IDYES != MessageBox(NULL, TranslateTS(szMsgConvert), TranslateT("Database conversion warning"), MB_YESNOCANCEL | MB_ICONQUESTION))
+ if (IDYES != MessageBox(NULL, TranslateTS(szMsgConvert), TranslateT("Database conversion warning"), MB_YESNO | MB_ICONWARNING))
return EGROKPRF_CANTREAD;
if (m_dbHeader.version < DB_095_VERSION)