http://bugs.winehq.org/show_bug.cgi?id=19225
Summary: notepad: launching with a non-existent file does not have 'cancel' option (appinstall) Product: Wine Version: 1.1.25 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
On windows, try running: 'notepad foo.txt'
You'll get a dialog saying it doesn't exist, and offering to create it. Options: Yes - Creates and opens foo.txt No - Opens notepad with an empty file Cancel - Closes notepad, not creating any files.
On wine, you just get Yes/No.
Side note: Choosing yes shouldn't automatically append .txt to it, e.g., running 'notepad foo' and choosing yes should have notepad create a file named 'foo', not 'foo.txt'.