mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Moved LaunchSLClient build system to Prebuild.
Refactored LaunchSLClient code a bit.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
@@ -33,7 +34,6 @@ namespace LaunchSLClient
|
||||
{
|
||||
class LauncherException : ApplicationException
|
||||
{
|
||||
|
||||
private const string CUSTOMMESSAGE = "The SL Client Launcher has failed with the following error: ";
|
||||
|
||||
private LauncherException() { }
|
||||
|
||||
Reference in New Issue
Block a user