[mapguide-commits] r4827 - trunk/Tools/Maestro/Maestro/LoginForm
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue May 4 04:27:50 EDT 2010
Author: jng
Date: 2010-05-04 04:27:49 -0400 (Tue, 04 May 2010)
New Revision: 4827
Modified:
trunk/Tools/Maestro/Maestro/LoginForm/FormLogin.cs
Log:
Mono = No MapGuide .net API support = No LocalNativeConnection = disable the native connection option
Modified: trunk/Tools/Maestro/Maestro/LoginForm/FormLogin.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/LoginForm/FormLogin.cs 2010-05-04 07:51:41 UTC (rev 4826)
+++ trunk/Tools/Maestro/Maestro/LoginForm/FormLogin.cs 2010-05-04 08:27:49 UTC (rev 4827)
@@ -93,6 +93,12 @@
base.OnLoad(e);
rdHttp.Checked = true;
+
+ //Mono = No LocalNativeConnection for you (for now...)
+ if (Environment.OSVersion.Platform == PlatformID.MacOSX || Environment.OSVersion.Platform == PlatformID.Unix)
+ {
+ rdTcpIp.Enabled = false;
+ }
}
private void OnEnableOk(object sender, EventArgs e)
More information about the mapguide-commits
mailing list