Re: regedit: write support for strings

2003-12-01 Thread Dimitrie O. Paun
On December 1, 2003 04:51 pm, you wrote: > ChangeLog > Add support for editing strings. Please ignore this for now, I want to change a few things. I'll resubmit in a few minutes. -- Dimi.

Re: regedit: write support for strings

2003-12-01 Thread Dimitrie O. Paun
On December 1, 2003 06:29 pm, Steven Edwards wrote: > The ReactOS and WINE regedits are a little out of sync. Can you > incorporate this in to your next patch? OK, but the bulk of it is this: +struct { + char *Name; + ULONG Id; +} Messages[] = +{ + {"WM_ACTIVATE", WM_ACTIVATE}, ... + {"W

Re: regedit: write support for strings

2003-12-01 Thread Steven Edwards
Hello Dimi, --- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > I figured I should so something a bit more "useful" (in light of > the 0.9 release), so here is the first attempt. It's not too much, > and not too good, but after looking at the code, it needs some > major cleanup before I can do any