Commit 81057ba9 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

oledlg: Add a missing break.

parent 0f955089
......@@ -195,6 +195,7 @@ static LRESULT UIINSOBJDLG_OnWMCommand(HWND hwnd, WPARAM wParam, LPARAM lParam)
case IDC_ADDCONTROL:
UIINSERTOBJECTDLG_AddControl(pdlgInfo);
break;
case IDC_OBJTYPELIST:
if (wNotifyCode == LBN_SELCHANGE)
......
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