summaryrefslogtreecommitdiff
path: root/src/modules/database
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-10 14:39:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-10 14:39:34 +0000
commit8c6a514451d2342514713d21ef65ae46683dd5ee (patch)
tree8a100281e8a30b72914d525ae4416d7762f4c22a /src/modules/database
parent562744d794a30b5a413c9ebc3e3396b6a6f7c26a (diff)
forgotten break removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database')
-rw-r--r--src/modules/database/database.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp
index 8aaa5b9ccc..e25747b9fb 100644
--- a/src/modules/database/database.cpp
+++ b/src/modules/database/database.cpp
@@ -513,7 +513,6 @@ int LoadDatabaseModule(void)
mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda was unable to open '%s'\nIt's inaccessible or used by other application or Miranda instance"), p ? ++p : szProfile);
retry = MessageBox(0, buf, TranslateT("Miranda can't open that profile"), MB_RETRYCANCEL | MB_ICONERROR) == IDRETRY;
}
- break;
}
}
while (retry);