diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-30 18:32:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-30 18:32:36 +0000 |
commit | b52dd1c1f38d1aeeb01c303d405a51afa82efe3b (patch) | |
tree | 8f5f5d7d330b54a8188480b8acea9284fb94f727 /src/modules/database/database.cpp | |
parent | b67369c7256dc40eb7aa7b3527c1cb45e2a27b27 (diff) |
code cleaning and reordering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/database.cpp')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index c3afff451f..cbdcce2cea 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -442,7 +442,7 @@ int LoadDatabaseModule(void) EnsureCheckerLoaded(false); // unload dbchecker
- if ( arDbPlugins.getCount() == 0) {
+ if (arDbPlugins.getCount() == 0) {
TCHAR buf[256];
TCHAR* p = _tcsrchr(szProfile, '\\');
mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda is unable to open '%s' because you do not have any profile plugins installed.\nYou need to install dbx_mmap.dll or equivalent."), p ? ++p : szProfile);
|