[Mono-bugs] [Bug 74095][Wis] Changed - Creating an Icon instance from embedded resource
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 04:23:10 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74095
--- shadow/74095 2005-03-25 11:04:16.000000000 -0500
+++ shadow/74095.tmp.21292 2005-03-30 04:23:09.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 74095
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: rogerio.araujo@gmail.com
QAContact: mono-bugs@ximian.com
@@ -72,6 +72,10 @@
notify = new NotifyIcon();
notify.Icon = new Icon(GetType(), "Namespace.Filename.ico");
notify.Text = "FtpMWF";
notify.Visible = true;
notify.ContextMenu = menu;
+
+------- Additional Comments From peter@novonyx.com 2005-03-30 04:23 -------
+Fixed in svn. I changed your patch and used 32x32 as default size as
+that seems to be the MS default size.