Don't use non-existent icon in XRC sample.

appicon.xpm was removed so use another icon in the controls demo in the sample
instead, it doesn't matter which one we use anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2010-10-23 18:56:37 +00:00
parent 4689441b05
commit c5d7b7d20b

View File

@ -935,7 +935,7 @@
<flag>wxALIGN_CENTRE|wxALL</flag>
<border>5</border>
<object class="wxStaticBitmap" name="controls_staticbitmap">
<bitmap>appicon.xpm</bitmap>
<bitmap>stop.xpm</bitmap>
</object>
</object>
</object>