summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap
diff options
context:
space:
mode:
authorKonstantin Nikulin <apollo2k4@narod.ru>2013-09-02 14:18:42 +0000
committerKonstantin Nikulin <apollo2k4@narod.ru>2013-09-02 14:18:42 +0000
commite9076c9059c357a52b511ac3f27887602b1254d0 (patch)
tree0535a87fdef61145dd334b7b61ab6791c31f2cf5 /plugins/Db3x_mmap
parentb2879bfa51fcea9ec281c3d197fbedff88a1dc6c (diff)
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap')
-rw-r--r--plugins/Db3x_mmap/src/dbtool/modulechain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp
index 56d784bcfb..d6b426f1b5 100644
--- a/plugins/Db3x_mmap/src/dbtool/modulechain.cpp
+++ b/plugins/Db3x_mmap/src/dbtool/modulechain.cpp
@@ -104,7 +104,7 @@ int CDb3Base::WorkModuleChain(int firstTime)
MultiByteToWideChar(CP_ACP, 0, modChain[iCurrentModName].name, -1, szModuleName, sizeof(szModuleName) / sizeof(TCHAR));
pszModuleName = szModuleName;
- cb->pfnAddLogMessage(STATUS_WARNING,TranslateT("Module name '%s' is not unique: %d duplicates found)"), pszModuleName, n);
+ cb->pfnAddLogMessage(STATUS_WARNING,TranslateT("Module name '%s' is not unique: %d duplicates found"), pszModuleName, n);
}
}
if (iCurrentModName == 0)