oledlg: Add a missing break.

oldstable
Huw Davies 2012-11-28 10:57:07 +00:00 committed by Alexandre Julliard
parent 0f95508936
commit 81057ba9b9
1 changed files with 1 additions and 0 deletions

View File

@ -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)