[no subject]

2013-06-22 Thread namit maheshwari

Accentuate names.

2013-06-22 Thread Tae Wong
There are lots of Czech developers (Macek and Semerad) being unaccentuated plus Caolan and Znidarsic. They need to be accentuated.

Re: po: Update Simplified Chinese translation (resend)

2013-06-22 Thread Qian Hong
On Sat, Jun 22, 2013 at 6:43 AM, Hin-Tak Leung wrote: > @@ -9838,19 +9856,19 @@ > 句柄 sounds a bit funny. > 句柄 is a common usage in Simplified Chinese, I agree it isn't perfect, but it has been use for long time, any better suggestions? > @@ -9870,7 +9888,7 @@ > "列表中没有内容。\n" - probably should use

Re: po: Update Simplified Chinese translation (resend)

2013-06-22 Thread Hin-Tak Leung
--- On Fri, 21/6/13, André Hentschel wrote: > On 21.06.2013 18:44, Qian Hong > wrote: > > Hi Caibin, > > > > Welcome to Wine! > > > > Thanks for the great work, patch looks perfect to me. > > > > It's a bit pity that Julliard just finishing today's > patch committing > > several minutes ago, h

Re: d3dx9: Implement adjacency in D3DXCreateSphere

2013-06-22 Thread Rico Schüller
On 20.06.2013 21:25, Nozomi Kodama wrote: +if (adjacency) +{ +DWORD *buffer, size; +ID3DXBuffer *temp; + +size = 3 * sphere->lpVtbl->GetNumFaces(sphere) * sizeof(DWORD); +hr = D3DXCreateBuffer(size, &temp); +if (hr != D3D_OK) +return hr;