Move code removing "-psn_xxx" command line arguments to common code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Aug 2013 14:33:22 +0000 (14:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Aug 2013 14:33:22 +0000 (14:33 +0000)
commit9e9574fe45b176ee74bba8fad7574cf9906145d1
tree867eb46af19dba683a596f664c4bcdf1fc04c964
parent6ce0ccf59331fa1b0301195544046819972ef819
Move code removing "-psn_xxx" command line arguments to common code.

We need to do this when using any port under OS X, not just wxOSX, e.g. the
-psn_xxx arguments passed by the Finder when launching the application, must
also be ignored when using wxGTK.

Closes #15432.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/appcmn.cpp
src/osx/carbon/app.cpp