Don't call ClearAll() before LoadFile() in the stc sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:26:58 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:26:58 +0000 (22:26 +0000)
commit0015757fecd9eca06336af8c10e900589c34cbea
tree4a02780369e45d8595444edfcaff3976da4b7488
parent1d178139b297516b20c4a0e156cb34cdc50fdffa
Don't call ClearAll() before LoadFile() in the stc sample.

There is no need to clear the control contents before loading a file into it
because LoadFile() is supposed to do this on its own (although currently it
doesn't, which will be fixed soon).

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