]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/classlist.h
should have been part of r74664: Avoid calling gtk_window_get_position() from "config...
[wxWidgets.git] / samples / xti / classlist.h
index dcb416f95862efb0d087fb1291a7c3b8cc155f4f..f7c23f2db86ca75ba18104704e7e4fbe5928022c 100644 (file)
@@ -4,9 +4,8 @@
 // Author:      Francesco Montorsi
 // Modified by: 
 // Created:     03/06/2007 14:49:55
-// RCS-ID:      $Id: classlist.h 47845 2007-08-01 12:53:50Z FM $
 // 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!