From 736333bf45bb4af0905e06a0e23c989fdc8ceaff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Dec 2002 21:03:53 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxRadioButton.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/demo/wxRadioButton.py b/wxPython/demo/wxRadioButton.py index 5c80e5a20b..3345e79c9a 100644 --- a/wxPython/demo/wxRadioButton.py +++ b/wxPython/demo/wxRadioButton.py @@ -98,7 +98,7 @@ def runTest( frame, nb, log ): overview = """ - +

This demo shows how individual radio buttons can be used to build more complicated selection mechanisms... @@ -107,6 +107,7 @@ It uses 2 groups of wxRadioButtons, where the groups are defined by instantiation. When a wxRadioButton is created with the wxRB_GROUP style, all subsequent wxRadioButtons created without it are implicitly added to that group by the framework. + """