]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialog.h
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream...
[wxWidgets.git] / interface / wx / dialog.h
index bb798df560a3d4b56a9ec5f0f551326541a73ee2..e057bc30ed6a2cc65f40bdc2d1085f17012efca2 100644 (file)
@@ -180,8 +180,11 @@ public:
              const wxString& name = wxDialogNameStr);
 
     /**
-        Destructor. Deletes any child windows before deleting the physical
-        window.
+        Destructor.
+
+        Deletes any child windows before deleting the physical window.
+
+        See @ref overview_windowdeletion for more info.
     */
     virtual ~wxDialog();