[PATCH 3/4] ieframe: Use similar FIXME text

Detlef Riekenberg wine.dev at web.de
Tue Jan 24 17:00:13 CST 2012


---
 dlls/ieframe/dochost.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ieframe/dochost.c b/dlls/ieframe/dochost.c
index 547e253..1b24dd2 100644
--- a/dlls/ieframe/dochost.c
+++ b/dlls/ieframe/dochost.c
@@ -592,12 +592,12 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
             return S_OK;
 
         default:
-            FIXME("Unimplemented cmd %d of CGID_Explorer\n", nCmdID);
+            FIXME("Unimplemented cmdid %d of CGID_Explorer\n", nCmdID);
             return E_NOTIMPL;
         }
     }
 
-    FIXME("Unimplemented group %s\n", debugstr_guid(pguidCmdGroup));
+    FIXME("Unimplemented cmdid %d of group %s\n", nCmdID, debugstr_guid(pguidCmdGroup));
     return E_NOTIMPL;
 }
 
-- 
1.7.5.4




More information about the wine-patches mailing list