X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/init.h diff --git a/interface/wx/init.h b/interface/wx/init.h index d5d6a0fb6c..163e5f7252 100644 --- a/interface/wx/init.h +++ b/interface/wx/init.h @@ -3,7 +3,7 @@ // Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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()). - 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.