On 4/4/2011 13:01, David Hedberg wrote:
>   static HRESULT WINAPI IFileDialog2_fnSetOkButtonLabel(IFileDialog2 *iface, LPCWSTR pszText)
>   {
>       FileDialogImpl *This = impl_from_IFileDialog2(iface);
> -    FIXME("stub - %p (%p)\n", This, pszText);
> -    return E_NOTIMPL;
> +    TRACE("%p (%p)\n", This, pszText);
> +
If you trace text parameter pointer value itself is not very 
interesting. Why not dumping a string?