diff options
-rw-r--r-- | src/modules/database/database.cpp | 1 |
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);
|