Commit 4ae7a87e authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

shell32: Remove "no control panels" found message.

parent e2ff0776
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment