On Thu, 2002-06-06 at 11:20, Nix N. Nix wrote:
> On Thu, 2002-06-06 at 09:14, Mike McCormack wrote:
> >
> > You'd better use cvs diff -u (you can add diff -u to your ~/.cvsrc so as
> > not to forget).
> >
> > You should just submit the changelog entries like this:
> >
>
> Well, here it is with these mods then. I removed the stuff from the
> ChangeLog file. Everything quoted below still holds.
>
> > ChangeLog:
> > Added RunFileDlg with MRU list (based on the template found in
> > Win98 shell32.dll)
Added template to all .rc files
Translated the hungarian copy of "Wine was brought to you by"
> >
> > Looks like good work though!
I have updated the patch such that it modifies shell32_*.rc (except
shell32_xx.rc, of course) to include the dialog box template. I have
translated where I could. I also translated the "Wine was brought to
you by:" string in shell32_Hu.rc . If you want me to put that in a
separate patch, please let me know.
> >
> > Mike
> >
> > Nix N. Nix wrote:
> > > I implemented RunFileDlg from dlls/shell32/dialogs.c, together with the
> > > MRU list that Windoze has. I placed the MRU list stuff in the same
> > > registry key as in Windoze. I had to add a dependency. The
> > > "&Browse..." button requires commdlg. I didn't know how to do this in
> > > the Makefile, so I used LoadLibraryEx.
> > >
> > > Well, here it is (diff is against CVS from around Wed Jun 5 16:00:00
> > > EDT 2002)
>
> Thanks for the help.