http://bugs.winehq.org/show_bug.cgi?id=17922 --- Comment #7 from Anastasius Focht <focht(a)gmx.net> 2012-05-03 05:51:54 CDT --- Hello, obviously still present: http://source.winehq.org/git/wine.git/blob/f6980025b984b0a179dd01ef532ca2c4e... --- snip --- 999 static HRESULT WINAPI HTMLDocument_execCommand(IHTMLDocument2 *iface, BSTR cmdID, 1000 VARIANT_BOOL showUI, VARIANT value, VARIANT_BOOL *pfRet) 1001 { 1002 HTMLDocument *This = impl_from_IHTMLDocument2(iface); 1003 FIXME("(%p)->(%s %x %s %p)\n", This, debugstr_w(cmdID), showUI, debugstr_variant(&value), pfRet); 1004 return E_NOTIMPL; 1005 } --- snip --- $ wine --version wine-1.5.3-101-g9c19ba6 Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.