Implement wxDocument::Revert() and show its use in the sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Mar 2010 10:49:51 +0000 (10:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Mar 2010 10:49:51 +0000 (10:49 +0000)
commit4311588bfe40e15dc83154b9653ebc432b42baeb
tree45929262e0205eb7a3aff32d474d0ec954ee5114
parentcf30eac295e012ad76104bc49fcfaa639a536b8b
Implement wxDocument::Revert() and show its use in the sample.

wxDocument::Revert() method existed but didn't do anything, provide a
default implementation for it. Also document it and show it in the sample.

Closes #11849.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/docview.h
interface/wx/docview.h
samples/docview/docview.cpp
src/common/docview.cpp