aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
diff options
context:
space:
mode:
authorJeff Ames2008-02-15 02:37:05 +0000
committerJeff Ames2008-02-15 02:37:05 +0000
commitb5a9592cc1214b9bee1a69c20cd9ebe5983a396c (patch)
tree96a9796e9c96c33dd459f3489511295f85cb80ca /OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
parentUpdate svn properties. (diff)
downloadopensim-SC-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.zip
opensim-SC-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.gz
opensim-SC-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.bz2
opensim-SC-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.xz
Moved LaunchSLClient build system to Prebuild.
Refactored LaunchSLClient code a bit.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
index 0e77abe..778d5c0 100644
--- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
@@ -25,11 +25,11 @@
25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26* 26*
27*/ 27*/
28
28using System; 29using System;
29using System.Collections.Generic; 30using System.Collections.Generic;
30using System.Windows.Forms; 31using System.Windows.Forms;
31 32
32
33namespace LaunchSLClient 33namespace LaunchSLClient
34{ 34{
35 static class Program 35 static class Program
@@ -40,7 +40,6 @@ namespace LaunchSLClient
40 [STAThread] 40 [STAThread]
41 static void Main() 41 static void Main()
42 { 42 {
43
44 try 43 try
45 { 44 {
46 Application.EnableVisualStyles(); 45 Application.EnableVisualStyles();