Re: [PATCH 2/2] comdlg32: Add support for customizing control labels in the item dialog.

2011-04-04 Thread Nikolay Sivov
On 4/4/2011 13:01, David Hedberg wrote: static HRESULT WINAPI IFileDialog2_fnSetOkButtonLabel(IFileDialog2 *iface, LPCWSTR pszText) { FileDialogImpl *This = impl_from_IFileDialog2(iface); -FIXME(stub - %p (%p)\n, This, pszText); -return E_NOTIMPL; +TRACE(%p (%p)\n, This,

Re: [1/2] user32: Add a test for WM_QUIT handling by DefDlgProc.

2011-04-04 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10327 Your paranoid

Re: [2/2] user32: DefDlgProc on WM_QUIT should repost it and terminate the dialog message loop.

2011-04-04 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10328 Your paranoid

Re: gsoc theming

2011-04-04 Thread Reece Dunn
On 4 April 2011 13:08, Andrew Green greenie...@gmail.com wrote: Hi, I hate to message you on this email. I have messaged the mailing lists. Though I became more confused than anything. Can you please keep the discussions on the mailing list? Thanks. I would like to propose a project where

Re: po: Update US English resource

2011-04-04 Thread Alexandre Julliard
Ken Sharp kennyb...@o2.co.uk writes: Just ise/ize changes From 60f207abd03edf7ffac6f129a8bffd537596d54e Mon Sep 17 00:00:00 2001 From: Ken Sharp kennyb...@o2.co.uk Date: Fri, 1 Apr 2011 23:07:03 +0100 Subject: po: Update US English resource These need to be changed in the original rc files.

Re: gsoc theming

2011-04-04 Thread Nikolay Sivov
On 4/4/2011 16:45, Reece Dunn wrote: On 4 April 2011 13:08, Andrew Greengreenie...@gmail.com wrote: Hi, I hate to message you on this email. I have messaged the mailing lists. Though I became more confused than anything. Can you please keep the discussions on the mailing list? Thanks. I

Re: [GSoC] Merge winecfg and Control Panel

2011-04-04 Thread Tony Zhang
OK, I was pretty busy the whole week last week, and didn't get any chance to look into anything. But I cannot agree on this: But all that aside, all changes that winecfg is doing are registry only changes. IMHO Wine doesn't need yet another program to writes something into registry. There are

Re: Fixes a crypt32 str test. (try 2)

2011-04-04 Thread Juan Lang
Hi Christian, I'd like to see the actual test, preferably incorporated into the test suite. Thanks, --Juan