]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
give the generic tree and list controls a DoGetBestSize
[wxWidgets.git] / include / wx / msw / accel.h
index 121d5e349d50245ea0069bc693113ec6b3364076..116d4cd59819417614ae9be0798195e8ec211ac6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     31/7/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_ACCEL_H_
@@ -47,7 +47,7 @@ public:
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL() const;
 
-    // translate the accelerator, return TRUE if done
+    // translate the accelerator, return true if done
     bool Translate(wxWindow *window, WXMSG *msg) const;
 
 private: