CVSROOT: /sources/dotgnu-pnet
Module name: pnetlib
Changes by: Radek Polak <radekp> 09/03/08 21:07:05
Modified files:
. : ChangeLog
System.Windows.Forms: StatusBarPanel.cs
Log message:
empty text in new statusbar panels
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2570&r2=1.2571
http://cvs.savannah.gnu.org/viewcvs/pnetlib/System.Windows.Forms/StatusBarPanel.cs?cvsroot=dotgnu-pnet&r1=1.5&r2=1.6
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2570
retrieving revision 1.2571
diff -u -b -r1.2570 -r1.2571
--- ChangeLog 8 Mar 2009 14:50:03 -0000 1.2570
+++ ChangeLog 8 Mar 2009 21:07:04 -0000 1.2571
@@ -1,5 +1,10 @@
2009-03-08 Radek Polak <[email protected]>
+ * System.Windows.Forms/StatusBarPanel.cs: Text should be empty in new
+ panels.
+
+2009-03-08 Radek Polak <[email protected]>
+
* System.Windows.Forms/ListBox.cs: Implement DrawMode property.
2009-03-01 Radek Polak <[email protected]>
Index: System.Windows.Forms/StatusBarPanel.cs
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/System.Windows.Forms/StatusBarPanel.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- System.Windows.Forms/StatusBarPanel.cs 25 Feb 2009 10:36:10 -0000
1.5
+++ System.Windows.Forms/StatusBarPanel.cs 8 Mar 2009 21:07:05 -0000
1.6
@@ -51,8 +51,8 @@
borderStyle = StatusBarPanelBorderStyle.Sunken;
minWidth = 10;
style = StatusBarPanelStyle.Text;
- text = this.GetType().Name;
- toolTipText = string.Empty;
+ text = String.Empty;
+ toolTipText = String.Empty;
width = 100;
}
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits