From 301007ffa5b4d8c55e095ecf751370d1e7bc766b Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Thu, 20 Mar 2003 20:32:42 +0000 Subject: [PATCH] changed dontpanic message a little git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/tools/XRCed/xrced.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxPython/wxPython/tools/XRCed/xrced.py b/wxPython/wxPython/tools/XRCed/xrced.py index c28c5e89dd..8ab092f418 100644 --- a/wxPython/wxPython/tools/XRCed/xrced.py +++ b/wxPython/wxPython/tools/XRCed/xrced.py @@ -45,9 +45,11 @@ else: debug = 0 g.helpText = """\ -

Welcome to XRCed!

DON'T PANIC :)

+

Welcome to XRCed

DON'T PANIC :)

+Read this note before clicking on anything!

To start select tree root, then popup menu with your right mouse button, select "Append Child", and then any command.

+Or just press one of the buttons on the tools palette.

Enter XML ID, change properties, create children.

To test your interface select Test command (View menu).

Consult README file for the details.