]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/app.h
Note that CanCut / CanCopy / CanPaste are not currently supported on the OSX WebKit...
[wxWidgets.git] / interface / wx / app.h
index d058e9c0caaad849cf1c79c4ef7503a723bbf5f0..f3530be2913045e75f629640ac7cae84d38de238 100644 (file)
@@ -372,7 +372,7 @@ public:
 
     /**
         This function may be called if something fatal happens: an unhandled
-        exception under Win32 or a fatal signal under Unix, for example. However,
+        exception under Win32 or a fatal signal under Unix, for example. However,
         this will not happen by default: you have to explicitly call
         wxHandleFatalExceptions() to enable this.