X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f33cb209bfcd7619d69dacde19e97354fb180c39..fd64de596c085f81aa3ef7d8ee6b2f4afebbed8e:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 726411ec57..f3bca4234a 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -463,7 +463,7 @@ // // Default is 1 // -// Recommended setting: 1 (requires XRC) +// Recommended setting: 1 (requires wxUSE_XML) #define wxUSE_XRC 1 // XML parsing classes. Note that their API will change in the future, so @@ -567,7 +567,7 @@ #define wxUSE_TOOLBAR_NATIVE 1 // wxNotebook is a control with several "tabs" located on one of its sides. It -// may be used ot logically organise the data presented to the user instead of +// may be used to logically organise the data presented to the user instead of // putting everything in one huge dialog. It replaces wxTabControl and related // classes of wxWin 1.6x. //