X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4431849b4f2097edf0e01c5d50bf0ed947befa9..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/init.h diff --git a/interface/wx/init.h b/interface/wx/init.h index cb74acc8a2..23404f6ff1 100644 --- a/interface/wx/init.h +++ b/interface/wx/init.h @@ -2,8 +2,7 @@ // Name: init.h // Purpose: interface of global functions // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -51,7 +50,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 - 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