On January 4, 2004 11:53 pm, Chris Morgan wrote:
I wasn't sure what to do with the resource files so I went and copied the changes from the En.rc over to the rest of the rc files.
Don't do that, it will hide the fact that the resource was not yet translated properly. Just update the En.rc one, and let the others be translated by the appropriate translators...
Revision of original patch. I'm getting odd errors when the registry transactions are occuring:
err:winecfg:setConfigValue Unable to set configuration key Drivers in section Winmm to winejack.drv, res=1021
Is this expected as changing this option would require the registry functions to modify the config file, something they can't do?
* En.rc, Makefile.in, drive.c, main.c, properties.c, properties.h, resource.h, winecfg.h, audio.c Chris Morgan cmorgan@alum.wpi.edu Add audio tab with first pass at autodetection of audio driver. Double clicking a drive entry brings up drive edit window.
Chris
On Monday 05 January 2004 01:17 am, Dimitrie O. Paun wrote:
On January 4, 2004 11:53 pm, Chris Morgan wrote:
I wasn't sure what to do with the resource files so I went and copied the changes from the En.rc over to the rest of the rc files.
Don't do that, it will hide the fact that the resource was not yet translated properly. Just update the En.rc one, and let the others be translated by the appropriate translators...