diff options
| author | lempamo <[email protected]> | 2017-04-09 10:39:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 10:39:50 -0400 |
| commit | f8f9eaefb1dcfbc28e052637a535c6f124af3e95 (patch) | |
| tree | a22e10e6b8874867505e323bee50729b20e7ff9e /TimeHACK.Main/OS/Win95/Win95Apps | |
| parent | 8cadfe503559d1413cf5823dc4ceba5ca85f5ce0 (diff) | |
| parent | 46a246024eed724a943cb042e97bc90dd9554289 (diff) | |
| download | histacom2-f8f9eaefb1dcfbc28e052637a535c6f124af3e95.tar.gz histacom2-f8f9eaefb1dcfbc28e052637a535c6f124af3e95.tar.bz2 histacom2-f8f9eaefb1dcfbc28e052637a535c6f124af3e95.zip | |
Merge pull request #36 from lempamo/master
Start Menu Icons for Default Programs are IN!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index 9ab490a..cd94306 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -91,6 +91,7 @@ // // panel1 // + this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.button5); this.panel1.Location = new System.Drawing.Point(504, 393); @@ -105,7 +106,7 @@ this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 13); this.label5.TabIndex = 1; - this.label5.Text = "Skindows 95"; + this.label5.Text = "skin95setup.exe"; // // button5 // |
