http://bugs.winehq.org/show_bug.cgi?id=23007
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-06-02 12:01:39 --- Confirming. Steps to reproduce:
1. Start notepad. Type "foo", then select File, Save as, type "foo.txt", click Save. Quit notepad. 2. Start notepad. Type "bar", then select File, Save as, type "foo.txt", click Save. When the "Do you want to replace it?" dialog appears, press escape. Quit notepad. 3. cat foo.txt.
Expected results: foo.txt contains "foo", from step 1. Actual results: foo.txt contains "bar".