diff options
| author | lempamo <[email protected]> | 2017-05-02 18:09:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-02 18:09:51 -0400 |
| commit | 5a311ff05f13f480ce753c2f34a116443aba291a (patch) | |
| tree | 78ba05aa1149d4e38fac153d2bab1345d07f52f4 /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 54ab3c7ef0456736ec0eb2d78e03253ce25fb971 (diff) | |
| parent | 9cf72614324832809f33b0cc0ff7f9176430d4d0 (diff) | |
| download | histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.tar.gz histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.tar.bz2 histacom2-5a311ff05f13f480ce753c2f34a116443aba291a.zip | |
Merge pull request #62 from lempamo/master
google prototype
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index d6fba17..2e88c36 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); + this.resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("My Computer", 0); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Network Neighborhood", 5); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Inbox", 3); |
