[PATCH 2/2] comdlg32: Add support for customizing control labels in the item dialog.

Nikolay Sivov nsivov at codeweavers.com
Mon Apr 4 04:16:33 CDT 2011


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?



More information about the wine-devel mailing list