diff options
author | Sean Dague | 2007-09-17 12:52:03 +0000 |
---|---|---|
committer | Sean Dague | 2007-09-17 12:52:03 +0000 |
commit | b8d9737a47696952bedec33dface8f18df47341f (patch) | |
tree | 9279f45510f8a9285ac5b9c9165ab6c741009eac /OpenSim/Tools/OpenSim.GUI/Program.cs | |
parent | I think this is the last bits for a consistant pristine (diff) | |
download | opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.zip opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.gz opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.bz2 opensim-SC_OLD-b8d9737a47696952bedec33dface8f18df47341f.tar.xz |
fixing me some line endings
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/Program.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/Program.cs | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/Program.cs b/OpenSim/Tools/OpenSim.GUI/Program.cs index a849b1b..3766ee6 100644 --- a/OpenSim/Tools/OpenSim.GUI/Program.cs +++ b/OpenSim/Tools/OpenSim.GUI/Program.cs | |||
@@ -1,20 +1,20 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Windows.Forms; | 3 | using System.Windows.Forms; |
4 | 4 | ||
5 | namespace OpenSim.GUI | 5 | namespace OpenSim.GUI |
6 | { | 6 | { |
7 | static class Program | 7 | static class Program |
8 | { | 8 | { |
9 | /// <summary> | 9 | /// <summary> |
10 | /// The main entry point for the application. | 10 | /// The main entry point for the application. |
11 | /// </summary> | 11 | /// </summary> |
12 | [STAThread] | 12 | [STAThread] |
13 | static void Main() | 13 | static void Main() |
14 | { | 14 | { |
15 | Application.EnableVisualStyles(); | 15 | Application.EnableVisualStyles(); |
16 | Application.SetCompatibleTextRenderingDefault(false); | 16 | Application.SetCompatibleTextRenderingDefault(false); |
17 | Application.Run(new Main()); | 17 | Application.Run(new Main()); |
18 | } | 18 | } |
19 | } | 19 | } |
20 | } \ No newline at end of file | 20 | } \ No newline at end of file |