Use more readable wxListCtrl::AppendColumn() in the samples.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:34 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:34 +0000 (12:52 +0000)
commitdc2f83c4f1aa373d6d10207dc9d04f853c9a3e2d
treea3e8a7f24ef0b58083750cdd8186e2ef1a423071
parent0280c08726b4c4fb954d38872c405e46689665b8
Use more readable wxListCtrl::AppendColumn() in the samples.

Call this function instead of InsertColumn() with incrementing indices.

See #15265.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/artprov/artbrows.cpp
samples/listctrl/listtest.cpp
samples/mediaplayer/mediaplayer.cpp