diff options
| author | lempamo <[email protected]> | 2017-03-28 15:00:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-28 15:00:01 -0400 |
| commit | cc8bd453b64096f3c0da1b2335701e0ef61191b5 (patch) | |
| tree | d0cdbdd6a516a671c0a3ea3661e89495bdf30241 | |
| parent | c99fb35aba549cd7ccd1ab8289f68a8d1f14dfe0 (diff) | |
| download | histacom2-cc8bd453b64096f3c0da1b2335701e0ef61191b5.tar.gz histacom2-cc8bd453b64096f3c0da1b2335701e0ef61191b5.tar.bz2 histacom2-cc8bd453b64096f3c0da1b2335701e0ef61191b5.zip | |
forgot this thing
| -rw-r--r-- | TimeHACK.Main/Windows95.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs index a3768f3..9cb3041 100644 --- a/TimeHACK.Main/Windows95.Designer.cs +++ b/TimeHACK.Main/Windows95.Designer.cs @@ -939,6 +939,7 @@ this.desktopicons.TabIndex = 6; this.desktopicons.UseCompatibleStateImageBehavior = false; this.desktopicons.MouseDown += new System.Windows.Forms.MouseEventHandler(this.desktop_mousedown); + this.desktopicons.DoubleClick += new System.EventHandler(this.desktopicons_Click); // // rightclickbackproperties // |
