shell32: Remove "no control panels" found message.

This commit is contained in:
Owen Rudge 2008-07-21 19:22:32 +01:00 committed by Alexandre Julliard
parent e2ff077697
commit 4ae7a87e74
1 changed files with 0 additions and 6 deletions

View File

@ -308,12 +308,6 @@ static void Control_DoInterface(CPanel* panel, HWND hWnd, HINSTANCE hInst)
hWnd, NULL, hInst, panel);
if (!panel->hWnd) return;
if (!panel->first) {
/* FIXME appName & message should be localized */
MessageBoxA(panel->hWnd, "Cannot load any applets", appName, MB_OK);
return;
}
while (GetMessageA(&msg, panel->hWnd, 0, 0)) {
TranslateMessage(&msg);
DispatchMessageA(&msg);