From: Vadim Zeitlin Date: Thu, 15 Oct 2009 14:44:13 +0000 (+0000) Subject: Correct typo in wxDocument::OnSaveModified() description. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b68d34f34c45b0c002c644b913af1959bb6f53b3?ds=inline Correct typo in wxDocument::OnSaveModified() description. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/docview.h b/interface/wx/docview.h index f27dc3ef4e..7996ea6afb 100644 --- a/interface/wx/docview.h +++ b/interface/wx/docview.h @@ -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. */