From b68d34f34c45b0c002c644b913af1959bb6f53b3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 15 Oct 2009 14:44:13 +0000 Subject: [PATCH] Correct typo in wxDocument::OnSaveModified() description. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/docview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.50.0