]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSApplication.h
make more Init() functions private
[wxWidgets.git] / include / wx / cocoa / NSApplication.h
index d1fc4c6677c5c9103fc30003ac19737e67117ff7..112b9ce75d749a53495a1de58a4ddd969e877a20 100644 (file)
@@ -19,7 +19,7 @@
 // ========================================================================
 /*!
     @class wxNSApplicationDelegate
-    @discussion Implements an NSApplication delegate which can respond to messages sent by Cocoa to change Cocoa's behavior.
+    @discussion Implements an NSApplication delegate which can respond to messages sent by Cocoa to change Cocoa's behaviour.
 
     wxCocoa will set a singleton instance of this class as the NSApplication delegate upon startup unless wxWidgets is running
     in a "plugin" manner in which case it would not be appropriate to do this.