http://bugs.winehq.org/show_bug.cgi?id=35948
Bug ID: 35948 Summary: Starcraft Campaign Editor displays incorrect numeric values when editing triggers Product: Wine Version: 1.7.16 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com
Created attachment 48014 --> http://bugs.winehq.org/attachment.cgi?id=48014 trace+richedit
To reproduce, open the Campaign Editor, click Scenario, click Triggers, double-click "Current player commands at most 0 buildings", click Conditions, double-click "Current player commands at most 0 buildings", click "at most 0", change the value 0 to 5, and click OK.
The condition will now erroneously read "Current player commands at most 50 buildings" instead of "Current player commands at most 5 buildings".
There is actually a second bug here: the "0" in "at most 0" is clickable on Windows, but it is not in Wine. In Wine, only the "at most " is clickable.
"winetricks dlls riched20" fixes these problems.