aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs')
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs
index a827c76..d53f919 100644
--- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Form1.cs
@@ -62,7 +62,7 @@ namespace LaunchSLClient
62 initializeGrids(); 62 initializeGrids();
63 63
64 ArrayList menuItems = new ArrayList(); 64 ArrayList menuItems = new ArrayList();
65 menuItems.Add("Please select one:"); 65 menuItems.Add(string.Empty);
66 66
67 addLocalSims(ref menuItems); 67 addLocalSims(ref menuItems);
68 68
@@ -200,7 +200,7 @@ namespace LaunchSLClient
200 200
201 private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) 201 private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
202 { 202 {
203 if (comboBox1.Text == "Please select one:") 203 if (comboBox1.Text == string.Empty)
204 { 204 {
205 return; 205 return;
206 } 206 }