fixing link anchors naming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-02-24 17:25:48 +00:00
parent 048398c7bb
commit 42efa4987c
4 changed files with 8 additions and 8 deletions

View File

@@ -54,12 +54,12 @@
@subsection page_strategies_portability_usesizers Use sizers
Don't use absolute panel item positioning if you can avoid it. Different GUIs have
very differently sized panel items. Consider using the @ref sizer_overview instead.
very differently sized panel items. Consider using the @ref overview_sizers instead.
@subsection page_strategies_portability_useresources Use wxWidgets resource files
Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
independently of source code. See the @ref xrc_overview for more info.
independently of source code. See the @ref overview_xrc for more info.
@@ -120,6 +120,6 @@
scattering wxASSERTs liberally to test for problems in your code as early as possible.
Forward thinking will save a surprising amount of time in the long run.
See the @ref debugging_overview for further information.
See the @ref overview_debugging for further information.
*/