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:
authorJackson Harper <jackson@novell.com>2004-09-02 01:30:09 +0400
committerJackson Harper <jackson@novell.com>2004-09-02 01:30:09 +0400
commita1222cb8d01e2180a2ab250e140185482674bb23 (patch)
treea8bdf7966b66db202ec850abc02fa1f29aa24629 /mcs/class
parent7110952de5dd80a191415a4e483c15dd11134de1 (diff)
Fix typo
svn path=/trunk/mcs/; revision=33183
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs
index a39b09737b9..f4f025944f5 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs
@@ -172,7 +172,7 @@ namespace System.Windows.Forms {
protected override CreateParams CreateParams {
get {
- return this.CreateParams;
+ return base.CreateParams;
}
}