added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:54:07 +0000 (20:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 20:54:07 +0000 (20:54 +0000)
commitd3a0a0eeab1965fcf85d15123c32a8f3a1900351
tree14e37ef35d640bdb633b90aad184b2365b55fb01
parent2229243bdf17485b33c15786124ab99366b83975
added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of the standard toolkit options to the usage message and implement it for wxGTK2 (patch 1703077)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/apptrait.h
include/wx/unix/apptrait.h
src/common/cmdline.cpp
src/gtk/utilsgtk.cpp