aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/Main.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-14 05:11:23 +0000
committerJeff Ames2008-05-14 05:11:23 +0000
commitc995d60d37032db3198b8496e186aa7a892dc7a8 (patch)
tree826147e66f61c812897d9b0acdb16ebfeb30d4d3 /OpenSim/Tools/OpenSim.GUI/Main.cs
parent* Added 3 warnings in response to the warnings. Adam, read the warnings. (diff)
downloadopensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.zip
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.gz
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.bz2
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/Main.cs b/OpenSim/Tools/OpenSim.GUI/Main.cs
index adb331b..9467312 100644
--- a/OpenSim/Tools/OpenSim.GUI/Main.cs
+++ b/OpenSim/Tools/OpenSim.GUI/Main.cs
@@ -407,7 +407,7 @@ namespace OpenSim.GUI
407 portBox1.Text = "13050"; 407 portBox1.Text = "13050";
408 MessageBox.Show("Enter Usable port number, defaulting to 13050."); 408 MessageBox.Show("Enter Usable port number, defaulting to 13050.");
409 } 409 }
410 if(aPort < 13000) 410 if (aPort < 13000)
411 { 411 {
412 portBox1.Text = "13000"; 412 portBox1.Text = "13000";
413 MessageBox.Show("Enter Usable port number, defaulting to 13000."); 413 MessageBox.Show("Enter Usable port number, defaulting to 13000.");