Module: wine Branch: master Commit: 3fc57e7b49a97816344d9706eec4b85550b88892 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3fc57e7b49a97816344d9706ee...
Author: Vincent Povirk vincent@codeweavers.com Date: Wed Sep 9 14:18:33 2015 -0500
comdlg32: Remove fixme from EnableOpenDropDown.
---
dlls/comdlg32/itemdlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/comdlg32/itemdlg.c b/dlls/comdlg32/itemdlg.c index c8340df..e9d72cb 100644 --- a/dlls/comdlg32/itemdlg.c +++ b/dlls/comdlg32/itemdlg.c @@ -3582,7 +3582,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnEnableOpenDropDown(IFileDialogCusto { FileDialogImpl *This = impl_from_IFileDialogCustomize(iface); MENUINFO mi; - FIXME("semi-stub - %p (%d)\n", This, dwIDCtl); + TRACE("%p (%d)\n", This, dwIDCtl);
if (This->hmenu_opendropdown || get_cctrl(This, dwIDCtl)) return E_UNEXPECTED;