]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/choice.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / motif / choice.h
index a7feb61ce4ee3acc0ac97b6605b8b526f32f68b8..f4dbd9fab03932ae1c1bd69d2dbd700ee91c5c71 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHOICE_H_
@@ -100,7 +100,7 @@ public:
     void SetFocus();
     
     // Implementation
-    virtual void ChangeFont(bool keepOriginalSize = TRUE);
+    virtual void ChangeFont(bool keepOriginalSize = true);
     virtual void ChangeBackgroundColour();
     virtual void ChangeForegroundColour();
     WXWidget GetTopWidget() const { return m_formWidget; }