]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: Wix cell names can be greater than 120 chars
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 28 Nov 2011 23:45:55 +0000 (18:45 -0500)
committerDerrick Brashear <shadow@dementix.org>
Sun, 26 Feb 2012 06:36:48 +0000 (22:36 -0800)
Increase the permitted length in the UI to 255 characters.

Reviewed-on: http://gerrit.openafs.org/6133
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit bf4f9f33dc55150d991d9eec4ea95d78208f6949)

Change-Id: Ibf24b85990a054e84724c52e481c19098fe5cbe0
Reviewed-on: http://gerrit.openafs.org/6810
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/install/wix/lang/en_US/ui.wxi

index a52ef617c2eba709b882df5a986e865014966454..608f63741d641b19bdb67dca96cb1bc3274a3049 100644 (file)
           <Text>[DlgTitleFont]Configure AFS Client</Text>
         </Control>
         <Control Id="CellLabel" Type="Text"                     X="45"  Y="73"  Width="100" Height="15" TabSkip="no" Text="Default &amp;Cell" />
-        <Control Id="CellEdit" Type="Edit"                      X="150" Y="73"  Width="115" Height="18" Property="AFSCELLNAME" Text="{120}" />
+        <Control Id="CellEdit" Type="Edit"                      X="150" Y="73"  Width="115" Height="18" Property="AFSCELLNAME" Text="{255}" />
         <Control Id="LogonOptionsLabel" Type="Text"             X="45"  Y="100" Width="100" Height="15" Text="Integrated logon" />
         <Control Id="LogonOptionSel" Type="RadioButtonGroup"    X="150" Y="100" Width="120" Height="20" Property="LOGONOPTIONS" />
         <Control Id="SecurityLevelLabel" Type="Text"           X="45"  Y="120" Width="100" Height="15" Text="AFS crypt security" />