diff options
Diffstat (limited to 'Project Ports/Programs')
| -rw-r--r-- | Project Ports/Programs/ChatApp.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project Ports/Programs/ChatApp.Designer.cs b/Project Ports/Programs/ChatApp.Designer.cs index 921a57c..c8a6502 100644 --- a/Project Ports/Programs/ChatApp.Designer.cs +++ b/Project Ports/Programs/ChatApp.Designer.cs @@ -69,7 +69,7 @@ this.listBox1.ForeColor = System.Drawing.SystemColors.Control; this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { - "#test"}); + "#chat"}); this.listBox1.Location = new System.Drawing.Point(4, 4); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(126, 210); |
