]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
more 64 bit correctness fixes
[wxWidgets.git] / include / wx / msw / setup0.h
index 726411ec578da69a84f6285d0c8d160fb30ea43a..f3bca4234a08886a6ca47a146b0d17b9a6150c98 100644 (file)
 //
 // 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
 #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.
 //