Fix manual references to the events overview after it's page ID was changed in r58712 (VZ).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2009-02-18 00:19:22 +00:00
parent cb2996e2ce
commit 830b7aa7b2
18 changed files with 19 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ enum wxLayoutAlignment
@library{wxadv}
@category{winlayout}
@see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events
*/
class wxLayoutAlgorithm : public wxObject
{
@@ -169,7 +169,7 @@ public:
@library{wxadv}
@category{miscwnd}
@see wxLayoutAlgorithm, wxSashWindow, @ref overview_eventhandling
@see wxLayoutAlgorithm, wxSashWindow, @ref overview_events
*/
class wxSashLayoutWindow : public wxSashWindow
{