]> git.saurik.com Git - wxWidgets.git/commit - samples/console/console.cpp
Output something from the console sample even if it's ran without arguments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:36:38 +0000 (23:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:36:38 +0000 (23:36 +0000)
commit1719a200c72cf16a09fddc581940da359033e6d3
tree87ffa377a4a7c35dce2fdd58052ea356f9bc688d
parentfd2eccd140ac70b80f4c92ab568a13628418622f
Output something from the console sample even if it's ran without arguments.

Running console sample without parameters didn't do anything by default and
didn't output anything neither which was presumably rather confusing. Do
output a welcome message at least to indicate that something happened.

Closes #13299.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/console/console.cpp