Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
- Fixed icon name
Browse files Browse the repository at this point in the history
svn path=/trunk/winforms/; revision=45881
  • Loading branch information
Peter Dennis Bartok committed Jun 13, 2005
1 parent 61d7739 commit 7deb3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icon/swf-icon.cs
Expand Up @@ -12,7 +12,7 @@ public MainForm()

Icon icon;

icon = new Icon("notify.ico");
icon = new Icon("test.ico");
this.Icon = icon;
}

Expand Down

0 comments on commit 7deb3af

Please sign in to comment.