X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40e2d134349054aa3077db7a47f1cc6ac2644ba0..5bd623e1ea483ccaf94d9bbe2c92742c04a07d2f:/samples/xrc/rc/resource.xrc diff --git a/samples/xrc/rc/resource.xrc b/samples/xrc/rc/resource.xrc index 9c91924d0c..6673e0e8f2 100644 --- a/samples/xrc/rc/resource.xrc +++ b/samples/xrc/rc/resource.xrc @@ -1,12 +1,12 @@ <?xml version="1.0"?> -<resource xmlns="http://www.wxwindows.org/wxxrc"> +<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1"> <object class="wxMenuBar" name="mainmenu"> <style>wxMB_DOCKABLE</style> <object class="wxMenu" name="menu_file"> - <label>$File</label> + <label>_File</label> <style>wxMENU_TEAROFF</style> <object class="wxMenuItem" name="menu_about"> - <label>$About...</label> + <label>_About...</label> <bitmap>filesave.gif</bitmap> </object> <object class="separator"/> @@ -18,7 +18,7 @@ </object> <object class="separator"/> <object class="wxMenuItem" name="menu_quit"> - <label>E$xit\tAlt-X</label> + <label>E_xit\tAlt-X</label> </object> </object> </object>