]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clntdata.h
update minimum GTK2 version requirement to 2.6
[wxWidgets.git] / interface / wx / clntdata.h
index dea129e018fa62bd394679b25d92cb5732219c22..44f8de01bf1b4d2676d1876e985d60577efc36ca 100644 (file)
@@ -3,14 +3,14 @@
 // Purpose:     interface of wxClientData[Container] and wxStringClientData
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxClientDataContainer
 
-    This class is a mixin that provides storage and management of "client
-    data." This data can either be of type void - in which case the data
+    This class is a mixin that provides storage and management of "client data".
+    This data can either be of type void - in which case the data
     @e container does not take care of freeing the data again or it is of
     type wxClientData or its derivatives. In that case the container will free
     the memory itself later. Note that you @e must not assign both void data