Merge branch 'master' into osx-10_10-min-10_11-SDK

This commit is contained in:
Stefan Csomor
2020-07-04 23:03:55 +02:00
committed by GitHub
80 changed files with 190 additions and 190 deletions

View File

@@ -771,7 +771,7 @@ public:
Under Windows and Linux/Unix, you should parse the command line
arguments and check for files to be opened when starting your
application. Under OS X, you need to override MacOpenFiles()
application. Under macOS, you need to override MacOpenFiles()
since command line arguments are used differently there.
You may use the wxCmdLineParser to parse command line arguments.
@@ -1054,7 +1054,7 @@ public:
/**
May be overridden to indicate that the application is not a foreground
GUI application under OS X.
GUI application under macOS.
This method is called during the application startup and returns @true
by default. In this case, wxWidgets ensures that the application is ran