]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
Fixed typo in documentation string
[wxWidgets.git] / interface / wx / validate.h
index bb2077bcaa5ca26fa71dc0ea70fcb24bb2b78279..01213826023c275168bd32a6160994ee2dc7e259 100644 (file)
@@ -74,8 +74,14 @@ public:
     /**
         This functions switches on or turns off the error sound produced by the
         validators if an invalid key is pressed.
+
+        @since 2.9.1
+
+        @param suppress
+            If @true, error sound is not played when a validator detects an
+            error. If @false, error sound is enabled.
     */
-    static void SetBellOnError(bool doIt = true);
+    static void SuppressBellOnError(bool suppress = true);
 
     /**
         Associates a window with the validator.