diff options
| author | lempamo <[email protected]> | 2017-07-01 22:49:31 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-01 22:49:31 -0400 |
| commit | c75aea5a35405b81de4f9ee679ed415cdc0fdeef (patch) | |
| tree | 90ffcb9f3504e59ed1aeaf58d0f87ed7a5e103ee /TimeHACK.Main/OS/Win95/Win95Apps | |
| parent | 311d896ca59155f4a1cd80921cd76c548937367a (diff) | |
| download | histacom2-c75aea5a35405b81de4f9ee679ed415cdc0fdeef.tar.gz histacom2-c75aea5a35405b81de4f9ee679ed415cdc0fdeef.tar.bz2 histacom2-c75aea5a35405b81de4f9ee679ed415cdc0fdeef.zip | |
a few improved things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index cd94306..ec87a18 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -200,6 +200,7 @@ this.button1.Text = "Login"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); + this.button1.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 1, Engine.Paintbrush.BGStyle.Silver); // // txtscreenname // |
