diff options
author | Jeff Ames | 2008-02-15 02:37:05 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-15 02:37:05 +0000 |
commit | b5a9592cc1214b9bee1a69c20cd9ebe5983a396c (patch) | |
tree | 96a9796e9c96c33dd459f3489511295f85cb80ca /OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs | |
parent | Update svn properties. (diff) | |
download | opensim-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.cs | 3 |
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 | |||
28 | using System; | 29 | using System; |
29 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
30 | using System.Windows.Forms; | 31 | using System.Windows.Forms; |
31 | 32 | ||
32 | |||
33 | namespace LaunchSLClient | 33 | namespace 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(); |