]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/docview.h
Fix compilo
[wxWidgets.git] / interface / docview.h
index c7c8334f166d995c57f8b5a69338597070004d8c..0cbe2a7e46df554ae33617737cdd650706ccf614 100644 (file)
@@ -696,7 +696,7 @@ public:
     wxDocManager* GetDocumentManager() const;
 
     /**
     wxDocManager* GetDocumentManager() const;
 
     /**
-        Gets the frame associated with the view (if any). Note that this "frame'' is
+        Gets the frame associated with the view (if any). Note that this "frame" is
         not a wxFrame at all in the generic MDI implementation which uses the notebook
         pages instead of the frames and this is why this method returns a wxWindow and
         not a wxFrame.
         not a wxFrame at all in the generic MDI implementation which uses the notebook
         pages instead of the frames and this is why this method returns a wxWindow and
         not a wxFrame.
@@ -787,7 +787,7 @@ public:
         Sets the frame associated with this view. The application should call this
         if possible, to tell the view about the frame.
         See GetFrame() for the explanation about the mismatch
         Sets the frame associated with this view. The application should call this
         if possible, to tell the view about the frame.
         See GetFrame() for the explanation about the mismatch
-        between the "Frame'' in the method name and the type of its parameter.
+        between the "Frame" in the method name and the type of its parameter.
     */
     void SetFrame(wxWindow* frame);
 
     */
     void SetFrame(wxWindow* frame);