From 8c6a514451d2342514713d21ef65ae46683dd5ee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Aug 2012 14:39:34 +0000 Subject: forgotten break removed git-svn-id: http://svn.miranda-ng.org/main/trunk@1431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/database/database.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/database/database.cpp') 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); -- cgit v1.2.3