Load grid list in LaunchSLClient from .ini file at run-time.

Add script to build LaunchSLClient.app on OS X.
This commit is contained in:
Jeff Ames
2008-05-01 18:28:32 +00:00
parent 20a9bf08f5
commit c1e901989a
6 changed files with 150 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ namespace LaunchSLClient
}
catch (Exception ex)
{
MessageBox.Show(ex.Message,"Unhandled Error");
MessageBox.Show(ex.ToString(), "Error");
}
}
}