]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/uiaction.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / uiaction.h
index 27a707a020869fac866b17656dc3e07855e99907..51827cba0643cf4bbd9a9ba3c9b4b34940d50717 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        uiaction.h
 // Purpose:     interface of wxUIActionSimulator
 // Author:      wxWidgets team
 // Name:        uiaction.h
 // Purpose:     interface of wxUIActionSimulator
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -148,7 +147,8 @@ public:
     /**
         Emulate typing in the keys representing the given string.
 
     /**
         Emulate typing in the keys representing the given string.
 
-        Currently only the ASCII letters (i.e. characters @c a-z and @c A-Z)
+        Currently only the ASCII letters, digits and characters for the definition
+        of numbers (i.e. characters @c a-z @c A-Z @c 0-9 @c + @c - @c . @c , @c 'space')
         are supported.
 
         @param text
         are supported.
 
         @param text