]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/classlist.h
Use library-specific description in their version resources for MSW DLLs.
[wxWidgets.git] / samples / xti / classlist.h
index dcb416f95862efb0d087fb1291a7c3b8cc155f4f..964e861e2cb374a8d61fadf4fe78660b1e8217f5 100644 (file)
@@ -4,9 +4,9 @@
 // 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 $
+// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Francesco Montorsi
-// Licence:     wxWidgets license
+// Licence:     wxWindows licence
 ////////////////////////////////////////////////////
 
 #ifndef _CLASSLIST_H_
@@ -44,7 +44,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!