If the File -> Open command is issued on a document that has been modified, and "No" selected when prompted to save current document, PftEdit assumes the new file is modified.
Steps to Reproduce
------------------
- Open font1.pft file and make an edit
- File -> Open. Select font2.pft file
- Answer "No" to prompt to save font1.pft
- File -> Exit
Expected Results:
PftEdit should exit (no modifications to current file)
Actual Results:
PftEdit prompts to save font2.pft
Perhaps CMainFrame::DoFileOpen should set m_bModified to TRUE.