Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>2004-09-02 00:44:11 +0400
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>2004-09-02 00:44:11 +0400
commit7110952de5dd80a191415a4e483c15dd11134de1 (patch)
treef30ac3513cdd002dc155a37b4005296051256cab /mcs/class
parent6436f10404803786ab36440cec5dfc2f08c9a32d (diff)
- Fixed state
svn path=/trunk/mcs/; revision=33182
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs
index 72312b975fa..89361692b29 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs
@@ -23,13 +23,16 @@
// Peter Bartok pbartok@novell.com
//
// $Log: RadioButton.cs,v $
+// Revision 1.2 2004/09/01 20:44:11 pbartok
+// - Fixed state
+//
// Revision 1.1 2004/09/01 20:40:02 pbartok
// - Functional initial check-in
//
//
//
-// NOT COMPLETE
+// COMPLETE
using System.Drawing;
using System.Drawing.Text;