]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/classlist.h
Allow more than one line in a wxStaticText on iOS.
[wxWidgets.git] / samples / xti / classlist.h
index b8187c986895f2cec6fda3dc702e108a161972c3..f7c23f2db86ca75ba18104704e7e4fbe5928022c 100644 (file)
@@ -4,9 +4,8 @@
 // Author:      Francesco Montorsi
 // Modified by: 
 // Created:     03/06/2007 14:49:55
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Francesco Montorsi
-// Licence:     wxWidgets license
+// Licence:     wxWindows licence
 ////////////////////////////////////////////////////
 
 #ifndef _CLASSLIST_H_
@@ -44,7 +43,7 @@
 
 class ClassListDialog: public wxDialog
 {    
-    // we explicitely don't want to use the following macro:
+    // we explicitly don't want to use the following macro:
     //     DECLARE_DYNAMIC_CLASS( ClassListDialog )
     // as otherwise the ClassListDialog class would appear in the list
     // shown by this dialog!