[?? Probable Spam] notepad: add .LOG feature

Dmitry Timoshkov dmitry at baikal.ru
Mon May 9 02:37:52 CDT 2005


"Kevin Koltzau" <kevin at plop.org> wrote:

> See http://support.microsoft.com/?kbid=260563
> 
> Changelog
> Handle notepad log feature

> + /* If the file starts with .LOG, add a time/date at the end and set cursor after
> + * See http://support.microsoft.com/?kbid=260563
> + */
> + if (GetWindowTextW(Globals.hEdit, log, sizeof(log)/sizeof(log[0])) && !lstrcmp(log, dotlog))

Shouldn't it be a case insensitive comparison, i.e. does ".log" work as well?

-- 
Dmitry.




More information about the wine-devel mailing list