Re: [PATCH] winecfg = control panel applets patch

2008-04-11 Thread Frank Richter
On 10.04.2008 09:47, [EMAIL PROTECTED] wrote: However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one. So what's the point of that translation then? Right now it doesn't add anything worthwhile but increases the patch size - not

Re: [PATCH] winecfg = control panel applets patch

2008-04-11 Thread Mikołaj Zalewski
Frank Richter wrote: On 10.04.2008 09:47, [EMAIL PROTECTED] wrote: However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one. Even for non-Unicode apps you should have no problems with adding a Bulgarian translation to a

Re: [PATCH] winecfg = control panel applets patch

2008-04-11 Thread pure_evil
However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one. So what's the point of that translation then? Right now it doesn't add anything worthwhile but increases the patch size - not good. Well, it was intended as a template

[PATCH] winecfg = control panel applets patch

2008-04-11 Thread pure_evil
Frank Richter wrote: On 10.04.2008 09:47, pure_evil at mail.bg wrote: However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one. Even for non-Unicode apps you should have no problems with adding a Bulgarian translation

Re: [PATCH] winecfg = control panel applets patch

2008-04-11 Thread Mikołaj Zalewski
Hmmm, I'll have to check up on that. The translations themselves are for the description/title that appears under the applet in the control panel. Once launched,(LANG=bg_BG) the winecfg translations take over and no problem there, just the unicode thing looks like rubbish under the icon. And,

RE: [PATCH] winecfg = control panel applets patch

2008-04-10 Thread Vijay Kiran Kamuju
Hi, This is regarding the control panel applet patch you have submitted to wine-patches. I would like to have the applets should be part of wine's control program. They would be better be as files in the /programs/control/ And you should extend the existing control.exe and winecfg in wine to

Re: [PATCH] winecfg = control panel applets patch

2008-04-10 Thread Vitaliy Margolen
[EMAIL PROTECTED] wrote: Allows access to different winecfg tabs via control-panel applets (without showing all of the cfg's tabs when accessed thusly) +LONG APIENTRY EXECUTE_APPLET(HWND hwndCpl, UINT message, LPARAM lParam1, LPARAM lParam2) +{ + + int NumOfApplet = (int)lParam1; +

Re: [PATCH] winecfg = control panel applets patch

2008-04-10 Thread pure_evil
I would like to have the applets should be part of wine's control program. Hmmm, I followed usual windows proceedings, e.g. the applet is not actually a part of the control panel program itself, it's a .CPL. They would be better be as files in the /programs/control/ Well, cpls are basically

RE: [PATCH] winecfg = control panel applets patch

2008-04-10 Thread pure_evil
You patch is wrapped. Also please for new files follow standard Wine codding style - 4 spaces indentation, no tabs. Sorry about that, I'll fix it in the morning. (I should've attached it as a text file :( ) This is ugly and redundant. yes, but at least it's easily readable - same local