Re: winefile: Save font settings for registry

2007-08-20 Thread Dmitry Timoshkov
"Ivan Sinitsin" <[EMAIL PROTECTED]> wrote: Changelog: this patch add opportunity to save font option to the regestry, and load font option from regestry in the winefile program Nothing prevents you from writing and reading the whole LOGFONT structure in one go. -- Dmitry.

Re: winefile: Save font settings for registry

2007-08-20 Thread Michael Stefaniuc
Ivan Sinitsin wrote: > this is corrected patch for winefile. You want to use the explicit RegQueryValueExW and RegSetValueExW functions. bye michael > > This patch adds an opportunity to keep adjustments of a font between > sessions, > if menu "Save settings on exit" is checked. > >