Only allow opening existing files in docview framework.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Mar 2010 21:24:39 +0000 (21:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Mar 2010 21:24:39 +0000 (21:24 +0000)
commit97aa1a74db63674356b366647640fab09ba44e63
treedcdf10dcc7b7b2afb0cab1a0b7aecf08b0929144
parente7678d7d03263beba70ee9c583f012850505dd31
Only allow opening existing files in docview framework.

Use wxFD_FILE_MUST_EXIST when asking the user for the name of the file to
open.

Closes #11866.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp