]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use non-existent icon in XRC sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 18:56:37 +0000 (18:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 18:56:37 +0000 (18:56 +0000)
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

samples/xrc/rc/controls.xrc

index c17c340695e9e0ebcd009ff2b1bdd9f4b2da302d..d192dd66e2bd448354170490aedc66d59af234c9 100644 (file)
                                 <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>