diff options
| author | Michael <[email protected]> | 2017-02-03 21:13:51 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-03 21:13:51 -0500 |
| commit | ce300026cb6935b9bb7dfe5a8e47a1d75193047f (patch) | |
| tree | 0e637dfaeaf4617eb47405069ef4f5f96321c9e1 /ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs | |
| parent | 318fef283e57221349eb6412db63d63399f4fb86 (diff) | |
| download | shiftos_thereturn-ce300026cb6935b9bb7dfe5a8e47a1d75193047f.tar.gz shiftos_thereturn-ce300026cb6935b9bb7dfe5a8e47a1d75193047f.tar.bz2 shiftos_thereturn-ce300026cb6935b9bb7dfe5a8e47a1d75193047f.zip | |
Add prevention of duplicate legion entries.
Diffstat (limited to 'ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs b/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs index 06c562e..cc97864 100644 --- a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs +++ b/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs @@ -305,9 +305,9 @@ namespace ShiftOS.WinForms.Applications // // toolStripContainer1.ContentPanel // + this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_create); this.toolStripContainer1.ContentPanel.Controls.Add(this.job_current); this.toolStripContainer1.ContentPanel.Controls.Add(this.shop_view); - this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_create); this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_view); this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_join); this.toolStripContainer1.ContentPanel.Controls.Add(this.you_memos); |
