[2/5] comdlg32: Remove fixme from EnableOpenDropDown.

Vincent Povirk madewokherd at gmail.com
Fri Sep 11 13:37:35 CDT 2015


-------------- next part --------------
From 33c58eb38e5b87059f940ddc3e7fd6f4435b4efb Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Wed, 9 Sep 2015 14:18:33 -0500
Subject: [PATCH 2/5] 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;
-- 
2.1.4



More information about the wine-patches mailing list