]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/stattext.h
added more HP-UX charset names
[wxWidgets.git] / include / wx / motif / stattext.h
index 2828a4e1378a65c465504d36da6c5ea061e7c47f..c60f3ac9f840852508d66467c4e26e6c753bca1c 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "stattext.h"
-#endif
-
 class WXDLLEXPORT wxStaticText: public wxStaticTextBase
 {
     DECLARE_DYNAMIC_CLASS(wxStaticText)
@@ -46,7 +42,7 @@ public:
     // operations
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     virtual void SetLabel(const wxString& label);