]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/aboutdlg.h
added a unit test for input/output file streams and fixed the problem it exposed...
[wxWidgets.git] / interface / aboutdlg.h
index bf7087527dd7f9c6de93ee6ba48af6fcaf216203..1688a5a45caa8ba400bf967356d074623578296c 100644 (file)
@@ -196,9 +196,9 @@ public:
     }
     @endcode
 
-    Please see the @ref page_utils_samples_dialogs for more examples of
-    using this function and wxAboutDialogInfo for the description of the
-    information which can be shown in the about dialog.
+    Please see the @ref page_samples_dialogs for more examples of using this
+    function and wxAboutDialogInfo for the description of the information which
+    can be shown in the about dialog.
 
     @header{wx/aboutdlg.h}
 */
@@ -212,7 +212,7 @@ void wxAboutBox(const wxAboutDialogInfo& info);
     custom controls to it (customizing the native dialog is not currently
     supported).
 
-    See the @ref page_utils_samples_dialogs for an example of about dialog
+    See the @ref page_samples_dialogs for an example of about dialog
     customization.
 
     @see wxAboutDialogInfo