diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/GUI')
-rw-r--r-- | OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.cs b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.cs index c7c1243..f0ed2ca 100644 --- a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.cs +++ b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ProcessPanel.cs | |||
@@ -194,7 +194,7 @@ namespace OpenSim.GridLaunch.GUI.WinForm | |||
194 | cblStartupComponents.Items.AddRange(arr); | 194 | cblStartupComponents.Items.AddRange(arr); |
195 | 195 | ||
196 | // Now correct all check states | 196 | // Now correct all check states |
197 | for (int i = 0; i < cblStartupComponents.Items.Count; i++ ) | 197 | for (int i = 0; i < cblStartupComponents.Items.Count; i++) |
198 | { | 198 | { |
199 | string _name = cblStartupComponents.Items[i] as string; | 199 | string _name = cblStartupComponents.Items[i] as string; |
200 | bool _checked = Program.Settings.Components[_name]; | 200 | bool _checked = Program.Settings.Components[_name]; |