]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/rc/frame.xrc
fixing reentrancy which happened in tests, bringing client coordinates origins in...
[wxWidgets.git] / samples / xrc / rc / frame.xrc
index 8b9c8ca5b85a8f84c7b2ed1605abfb0ec11cb689..ad7b03f7d6aeb6450f7fa5c748c4e25d34f60832 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
+<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
 
 <object class="wxFrame" name="main_frame">
     <title>XML Resources Demo</title>
@@ -18,7 +18,7 @@
             <object class="wxTextCtrl" name="message_textctrl">
                 <size>500,280</size>
                 <style>wxTE_MULTILINE</style>
-                <value>Welcome to the wxWindows XmlResource (XRC) sample! Using wxWindows XML resources makes your GUI C++ programming much faster and easier.\n\nView the examples under the "Basic" menu to learn how to get up and running with XRC quickly, and later have a look at the examples under the "Advanced" menu for advanced techniques.\n\nThe XML file that described this frame is the sample's frame.xrc file, with the menu in menu.xrc, and the toolbar in toolbar.xrc. The frame XRC file structure is exactly the same as the XRC files for the dialogs, except that the top level node is a wxFrame, not a wxDialog. Each of the other dialog in this example is a separate XRC file, each of which can be examined for how they work.</value>
+                <value>Welcome to the wxWidgets XmlResource (XRC) sample! Using wxWidgets XML resources makes your GUI C++ programming much faster and easier.\n\nView the examples under the "Basic" menu to learn how to get up and running with XRC quickly, and later have a look at the examples under the "Advanced" menu for advanced techniques.\n\nThe XML file that described this frame is the sample's frame.xrc file, with the menu in menu.xrc, and the toolbar in toolbar.xrc. The frame XRC file structure is exactly the same as the XRC files for the dialogs, except that the top level node is a wxFrame, not a wxDialog. Each of the other dialog in this example is a separate XRC file, each of which can be examined for how they work.</value>
             </object>
         </object>
     </object>