X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..6258e418a07e8edda218c27aade9e522deaeaf74:/contrib/samples/xrc/custclas.cpp diff --git a/contrib/samples/xrc/custclas.cpp b/contrib/samples/xrc/custclas.cpp index ba30c5f7f7..6735dc3bce 100644 --- a/contrib/samples/xrc/custclas.cpp +++ b/contrib/samples/xrc/custclas.cpp @@ -16,7 +16,7 @@ #endif //----------------------------------------------------------------------------- -// Standard wxWindows headers +// Standard wxWidgets headers //----------------------------------------------------------------------------- // For compilers that support precompilation, includes "wx/wx.h". @@ -27,7 +27,7 @@ #endif // For all others, include the necessary headers (this file is usually all you -// need because it includes almost all "standard" wxWindows headers) +// need because it includes almost all "standard" wxWidgets headers) #ifndef WX_PRECOMP #include "wx/wx.h" #endif @@ -62,7 +62,7 @@ enum { }; //----------------------------------------------------------------------------- -// wxWindows macro: implement dynamic class +// wxWidgets macro: implement dynamic class //----------------------------------------------------------------------------- IMPLEMENT_DYNAMIC_CLASS( MyResizableListCtrl, wxListCtrl )