]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
Fix warnings in the MSW IE backend.
[wxWidgets.git] / include / wx / docview.h
index 6cf9441ad494ab68437a0b10ceb4f479b06d7717..90538ad6382dc898e82f93e81f02da30b59ff098 100644 (file)
@@ -184,8 +184,8 @@ protected:
     bool                  m_savedYet;
 
     // Called by OnSaveDocument and OnOpenDocument to implement standard
-    // Save/Load behavior. Re-implement in derived class for custom
-    // behavior.
+    // Save/Load behaviour. Re-implement in derived class for custom
+    // behaviour.
     virtual bool DoSaveDocument(const wxString& file);
     virtual bool DoOpenDocument(const wxString& file);