]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/config.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / config.h
index a5c930c7d3691af0806a040461d0ef8d536a687f..aa38426fda8461b915b811aaa735da9e979696ef 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        config.h
 // Purpose:     interface of wxConfigBase
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -791,7 +790,7 @@ public:
         # config file for my program
         UserData = $HOME/data
 
-        # the following syntax is valud only under Windows
+        # the following syntax is valid only under Windows
         UserData = %windir%\\data.dat
         @endcode