http://bugs.winehq.org/show_bug.cgi?id=4348
Summary: Wine displays number fields incorrectly Product: Wine Version: 0.9.5. Platform: PC OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: karllinuxtest.relton@ntlworld.com
Art Explosion Greetings Card Factory displays the size of objects (and font sizes) in certain places in its gui, and has gui forms where the user can enter these sizes.
For objects, the length might be displayed such as:
2.0cm
For fonts, the size is displayed as a simple integer.
However, now in wine they are being display in a funny (and incorrect) exponential format, e.g.
2..00e+0cm
Note how there are two decimal points (quite wrong!), and its in exponential which while techically a correct representation of the number, doesn't make for a good gui.
I'm not sure which dll or part of wine would be causing this - sorry if I have mis-assigned the bug.