diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Tools/OpenSim.GridLaunch/GUI | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
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]; |