X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..6ca154fcc14a2532798a23977baee2eed3179d19:/include/wx/motif/stattext.h?ds=inline diff --git a/include/wx/motif/stattext.h b/include/wx/motif/stattext.h index 2828a4e137..a322eb87eb 100644 --- a/include/wx/motif/stattext.h +++ b/include/wx/motif/stattext.h @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATTEXT_H_ @@ -46,7 +46,7 @@ public: // operations virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event)) { - return FALSE; + return false; } virtual void SetLabel(const wxString& label);