[mapguide-commits] r8045 - trunk/Installer/Installers/MapGuide
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Apr 15 02:21:16 PDT 2014
Author: jng
Date: 2014-04-15 02:21:15 -0700 (Tue, 15 Apr 2014)
New Revision: 8045
Modified:
trunk/Installer/Installers/MapGuide/MapGuide.wxs
Log:
#2428: Fix MapGuide Server IP field positioning
Modified: trunk/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- trunk/Installer/Installers/MapGuide/MapGuide.wxs 2014-04-15 00:57:35 UTC (rev 8044)
+++ trunk/Installer/Installers/MapGuide/MapGuide.wxs 2014-04-15 09:21:15 UTC (rev 8045)
@@ -358,7 +358,7 @@
<Control Id="LblVdirName" Type="Text" Text="{\WixUI_Font_Title}!(loc.ApacheConfigDlg_VDirName)" X="20" Y="80" Width="120" Height="15" />
<Control Id="TxtVdirName" Type="Edit" Property="VIRTUALDIR" X="150" Y="80" Width="120" Height="15" />
<Control Id="LblMgServerIp" Type="Text" Text="{\WixUI_Font_Title}!(loc.Common_MgServerIp)" X="20" Y="100" Width="120" Height="15" />
- <Control Id="TxtMgServerIp" Type="Edit" Property="MGSERVER_IP" X="150" Y="80" Width="120" Height="15" />
+ <Control Id="TxtMgServerIp" Type="Edit" Property="MGSERVER_IP" X="150" Y="100" Width="120" Height="15" />
<Control Id="LblDevEnv" Type="Text" Text="{\WixUI_Font_Title}!(loc.ApacheConfigDlg_DevEnv)" X="20" Y="130" Width="120" Height="15" />
<Control Id="RdApacheApiType" Property="APACHE_API_TYPE" Type="RadioButtonGroup" X="20" Y="150" Height="100" Width="290">
<RadioButtonGroup Property="APACHE_API_TYPE">
@@ -389,7 +389,7 @@
<Control Id="LblVDirName" Type="Text" Text="{\WixUI_Font_Title}!(loc.IISLangConfigDlg_VDirName)" X="20" Y="60" Width="120" Height="15" />
<Control Id="TxtVDirName" Type="Edit" Property="VIRTUALDIR" X="150" Y="60" Width="120" Height="15" />
<Control Id="LblMgServerIp" Type="Text" Text="{\WixUI_Font_Title}!(loc.Common_MgServerIp)" X="20" Y="80" Width="120" Height="15" />
- <Control Id="TxtMgServerIp" Type="Edit" Property="MGSERVER_IP" X="150" Y="60" Width="120" Height="15" />
+ <Control Id="TxtMgServerIp" Type="Edit" Property="MGSERVER_IP" X="150" Y="80" Width="120" Height="15" />
<Control Id="LblDevEnv" Type="Text" Text="{\WixUI_Font_Title}!(loc.IISLangConfigDlg_DevEnv)" X="20" Y="100" Width="120" Height="15" />
<Control Id="RdIIsApiType" Property="IIS_API_TYPE" Type="RadioButtonGroup" Text="{\WixUI_Font_Title}!(loc.IISLangConfigDlg_DevEnv)" X="30" Y="90" Height="100" Width="290">
<RadioButtonGroup Property="IIS_API_TYPE">
More information about the mapguide-commits
mailing list