]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/init.h
Make the CreateTool factories be public so they can be used from application code
[wxWidgets.git] / interface / wx / init.h
index d5d6a0fb6c6be91707f83324cd46ad54fdbfa7ad..a673a0b7e0581d5fde701bc6803ac1bc3aad2356 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -51,7 +51,7 @@ public:
     If the function returns true, the initialization was successful and the
     global wxApp object ::wxTheApp has been created. Moreover, wxEntryCleanup()
     must be called afterwards. If the function returns false, a catastrophic
     If the function returns true, the initialization was successful and the
     global wxApp object ::wxTheApp has been created. Moreover, wxEntryCleanup()
     must be called afterwards. If the function returns false, a catastrophic
-    initialization error occured and (at least the GUI part of) the library
+    initialization error occurred and (at least the GUI part of) the library
     can't be used at all.
 
     Notice that parameters @c argc and @c argv may be modified by this
     can't be used at all.
 
     Notice that parameters @c argc and @c argv may be modified by this
@@ -90,7 +90,7 @@ void wxEntryCleanup();
     Initialize the library (may be called as many times as needed, but each
     call to wxInitialize() must be matched by wxUninitialize()).
 
     Initialize the library (may be called as many times as needed, but each
     call to wxInitialize() must be matched by wxUninitialize()).
 
-    With this function you may avoid DECLARE_APP() and IMPLEMENT_APP() macros
+    With this function you may avoid wxDECLARE_APP() and wxIMPLEMENT_APP() macros
     and use wxInitialize() and wxUninitialize() dynamically in the
     program startup and termination.
 
     and use wxInitialize() and wxUninitialize() dynamically in the
     program startup and termination.