Correct typo in wxDocument::OnSaveModified() description.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-10-15 14:44:13 +00:00
parent aaf5f98682
commit b68d34f34c

View File

@ -1268,7 +1268,7 @@ public:
/**
If the document has been modified, prompts the user to ask if the
changes should be changed. If the user replies Yes, the Save() function
changes should be saved. If the user replies Yes, the Save() function
is called. If No, the document is marked as unmodified and the function
succeeds. If Cancel, the function fails.
*/