Re: notepad: settings saving code

2006-06-09 Thread Robert Shearman
Anoni Moose wrote: /* This table is used to save all of the needed font settings in Notepad. * It looks quite messy, when in fact it _hugely_ eases loading/setting of settings. Really. ;) * It is layed out as follows: * * [n][0] == pointer to registry subkey name (WCHAR) * [n][1] == type of reg

Re: notepad: settings saving code

2006-06-08 Thread Mike McCormack
Anoni Moose wrote: The following files allow saving and loading of notepad's settings to the registry. No patch needed... new files. Changelog: Always send a patch, and make sure to create it from your wine/ directory so that the full path of the file that you're modifying is specified. T