From 8e181c3e25c0f2f9657111b0d03f51a1e0e87830 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 30 Mar 2016 03:03:29 -0700 Subject: [PATCH] This keeps getting reverted... --- SabreToolsUI/SabreToolsUI.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreToolsUI/SabreToolsUI.Designer.cs b/SabreToolsUI/SabreToolsUI.Designer.cs index 66dd8fa3..be3b0b42 100644 --- a/SabreToolsUI/SabreToolsUI.Designer.cs +++ b/SabreToolsUI/SabreToolsUI.Designer.cs @@ -123,6 +123,7 @@ // systemsCheckedListBox // this.systemsCheckedListBox.FormattingEnabled = true; + this.systemsCheckedListBox.Items.AddRange(Helper.GetAllSystems()); this.systemsCheckedListBox.Location = new System.Drawing.Point(77, 65); this.systemsCheckedListBox.Name = "systemsCheckedListBox"; this.systemsCheckedListBox.Size = new System.Drawing.Size(260, 34); @@ -131,6 +132,7 @@ // sourcesCheckedListBox // this.sourcesCheckedListBox.FormattingEnabled = true; + this.sourcesCheckedListBox.Items.AddRange(Helper.GetAllSources()); this.sourcesCheckedListBox.Location = new System.Drawing.Point(415, 65); this.sourcesCheckedListBox.Name = "sourcesCheckedListBox"; this.sourcesCheckedListBox.Size = new System.Drawing.Size(244, 34);