aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs')
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
index 1d715a5..53ea9f8 100644
--- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/Program.cs
@@ -44,7 +44,7 @@ namespace LaunchSLClient
44 } 44 }
45 catch (Exception ex) 45 catch (Exception ex)
46 { 46 {
47 MessageBox.Show(ex.Message,"Unhandled Error"); 47 MessageBox.Show(ex.ToString(), "Error");
48 } 48 }
49 } 49 }
50 } 50 }