X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aa4279a8ef9c25b7d0a512a1def0d823ef8f7..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/cocoa/NSApplication.h diff --git a/include/wx/cocoa/NSApplication.h b/include/wx/cocoa/NSApplication.h index d1fc4c6677..112b9ce75d 100644 --- a/include/wx/cocoa/NSApplication.h +++ b/include/wx/cocoa/NSApplication.h @@ -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.