]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/fontenum.h
Trying hard to make things compile.
[wxWidgets.git] / include / wx / msw / fontenum.h
index fc1808dfcef3a5fcbe71e3b9441fcb2b7aec582c..d8e16122796336fa58dc2e7acd12d9798d135f7a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FONTENUM_H_
@@ -29,7 +29,7 @@ public:
     // Enumerate the fonts.
     bool Enumerate();
 
-    // Stop enumeration if FALSE is returned.
+    // Stop enumeration if false is returned.
     // By default, the enumerator stores the facenames in a list for
     // retrieval via GetFacenames().
     virtual bool OnFont(const wxFont& font);