X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..2e18fe7139558b3cb592a04a4e4668319a966ebf:/docs/doxygen/overviews/customwidgets.h diff --git a/docs/doxygen/overviews/customwidgets.h b/docs/doxygen/overviews/customwidgets.h index 8891e1bccf..d427746e82 100644 --- a/docs/doxygen/overviews/customwidgets.h +++ b/docs/doxygen/overviews/customwidgets.h @@ -135,7 +135,7 @@ The organization used by wxWidgets consists in: - declaring the real widget class inheriting from the Base version in platform-specific headers; see for example the wxWidgets' @c "wx/gtk/button.h" file. -- separing the different implementations in different source files, putting +- separating the different implementations in different source files, putting all common stuff in a separate source. See for example the wxWidgets' @c "src/common/btncmn.cpp", @c "src/gtk/button.cpp" and @c "src/msw/button.cpp" files.