http://bugs.winehq.org/show_bug.cgi?id=7779
--- Comment #5 from Aleksander Adamowski aleksander.adamowski@olo.org.pl 2008-04-28 16:05:23 --- OK, I've found out that setting my locale to pl_PL like below will change the Wine's behaviour so that it will put "1250,852" into that registry key by itself with every launch:
LANG=pl_PL.UTF-8 LC_CTYPE=pl_PL.UTF-8 LC_NUMERIC=pl_PL.UTF-8 LC_TIME=pl_PL.UTF-8 LC_COLLATE=pl_PL.UTF-8 LC_MONETARY=pl_PL.UTF-8 LC_MESSAGES=pl_PL.UTF-8 LC_PAPER=pl_PL.UTF-8 LC_NAME=pl_PL.UTF-8 LC_ADDRESS=pl_PL.UTF-8 LC_TELEPHONE=pl_PL.UTF-8 LC_MEASUREMENT=pl_PL.UTF-8 LC_IDENTIFICATION=pl_PL.UTF-8 LC_ALL=
I consider this behaviour highly counter-intuitive. I would expect this registry setting to be preserved by Wine whenever I change it manually, not overwritten based on values of my environment variables.
Is there a bug covering that?