Commit 0a38e415 authored by Laurent Aimar's avatar Laurent Aimar

Fixed msw vout titles.

parent f12ce379
......@@ -354,9 +354,9 @@ static void *EventThread( void *p_this )
if( pwz_title )
{
SetWindowText( p_event->hwnd, (LPCTSTR)pwz_title );
SetWindowTextW( p_event->hwnd, (LPCTSTR)pwz_title );
if( p_event->hfswnd )
SetWindowText( p_event->hfswnd, (LPCTSTR)pwz_title );
SetWindowTextW( p_event->hfswnd, (LPCTSTR)pwz_title );
free( pwz_title );
}
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment