Re: mshtml: Improve status messages sent to IOleInPlaceFrame

2010-07-27 Thread Alexander Nicolaysen Sørnes
Mandag 26. juli 2010 15.59.55 skrev Jacek Caban : > Hi Alexander, > > On 7/26/10 11:36 AM, Alexander Nicolaysen Sørnes wrote: > > In preparation for adding a status bar to Wine's IE > > -static const WCHAR wszDone[] = {'D','o','n','e',0}; > +static WCHAR wszDone[40] = {

Re: mshtml: Improve status messages sent to IOleInPlaceFrame

2010-07-26 Thread Jacek Caban
Hi Alexander, On 7/26/10 11:36 AM, Alexander Nicolaysen Sørnes wrote: In preparation for adding a status bar to Wine's IE -static const WCHAR wszDone[] = {'D','o','n','e',0}; +static WCHAR wszDone[40] = { 0 }; + +if(!wszDone[0]) +LoadStringW