mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
Fix for bugscape bug 11923: Modify 'Specify platform information screen'
This commit is contained in:
parent
6d7e648d51
commit
4ce13addf7
@ -23,7 +23,7 @@ Name=Platform_page
|
||||
Title=<%CustomizationList%> - Specify platform information
|
||||
Caption=2nd level node
|
||||
Help=Online;%Root%CCKHelp\platform.html
|
||||
|
||||
Version=6.5
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
@ -41,9 +41,9 @@ Height=56
|
||||
[Widget 2888]
|
||||
Type=BoldGroup
|
||||
Name=GroupBox2888
|
||||
Value=Platform
|
||||
Value=Select the operating system and language for the browser you are customizing for this configuration
|
||||
Start_x=0
|
||||
Start_y=32
|
||||
Start_y=42
|
||||
Width=407
|
||||
Height=200
|
||||
|
||||
@ -52,7 +52,7 @@ Type=EditBox
|
||||
Name=BlobinstallerPath
|
||||
Value=
|
||||
Start_x=11
|
||||
Start_y=55
|
||||
Start_y=150
|
||||
Width=310
|
||||
Height=15
|
||||
onCommand=CreateDirs();GenerateDirList(lPlatform,%Root%Version\%Version%\*.*)
|
||||
@ -63,7 +63,7 @@ Type=Button
|
||||
Name=Button4888
|
||||
Value=Choose File...
|
||||
Start_x=340
|
||||
Start_y=55
|
||||
Start_y=150
|
||||
Width=50
|
||||
Height=14
|
||||
onCommand=BrowseFile();CreateDirs();GenerateDirList(lPlatform,%Root%Version\%Version%\*.*)
|
||||
@ -72,74 +72,81 @@ Target=BlobinstallerPath
|
||||
[Widget 5888]
|
||||
Type=Text
|
||||
Name=Text5888
|
||||
Value=Choose platform for installer:
|
||||
Value=Operating System:
|
||||
Start_x=11
|
||||
Start_y=95
|
||||
Width=100
|
||||
Start_y=65
|
||||
Width=80
|
||||
Height=15
|
||||
|
||||
[Widget 6888]
|
||||
Type=DropBox
|
||||
Name=lPlatform
|
||||
Value=Windows
|
||||
Start_x=130
|
||||
Start_y=94
|
||||
Width=65
|
||||
Start_x=100
|
||||
Start_y=64
|
||||
Width=64
|
||||
height=75
|
||||
onInit=GenerateDirList(self,%Root%Version\%Version%\*.*)
|
||||
onCommand=GenerateDirList(self,%Root%Version\%Version%\*.*);GenerateDirList(Language,%Root%Version\%Version%\%lPlatform%\*.*);ChangePlatform(lPlatform)
|
||||
Target=Language
|
||||
|
||||
;toggleEnabled2(%lPlatform%,Button4888);
|
||||
|
||||
[Widget 7888]
|
||||
Type=Text
|
||||
Name=Text7888
|
||||
Value=Language:
|
||||
Value=Language-Region:
|
||||
Start_x=11
|
||||
Start_y=125
|
||||
Width=100
|
||||
Start_y=95
|
||||
Width=80
|
||||
Height=15
|
||||
|
||||
[Widget 8888]
|
||||
Type=DropBox
|
||||
Name=Language
|
||||
Value=enus
|
||||
Start_x=130
|
||||
Start_y=124
|
||||
Width=65
|
||||
Start_x=100
|
||||
Start_y=94
|
||||
Width=64
|
||||
height=75
|
||||
onInit=GenerateDirList(self,%Root%Version\%Version%\%lPlatform%\*.*)
|
||||
onCommand=GenerateDirList(self,%Root%Version\%Version%\%lPlatform%\*.*);ChangePlatform(Language)
|
||||
|
||||
[Widget 9888]
|
||||
Type=Text
|
||||
Name=Text9888
|
||||
Value=Version:
|
||||
Start_x=11
|
||||
Start_y=155
|
||||
Width=100
|
||||
Height=15
|
||||
;[Widget 9888]
|
||||
;Type=Text
|
||||
;Name=Text9888
|
||||
;Value=Version:
|
||||
;Start_x=11
|
||||
;Start_y=155
|
||||
;Width=100
|
||||
;Height=15
|
||||
|
||||
[Widget 10888]
|
||||
Type=DropBox
|
||||
Name=Version
|
||||
Value=6.5
|
||||
Start_x=130
|
||||
Start_y=154
|
||||
Width=65
|
||||
height=75
|
||||
onInit=GenerateDirList(self,%Root%Version\*.*)
|
||||
onCommand=GenerateDirList(self,%Root%Version\*.*);GenerateDirList(lPlatform,%Root%Version\%Version%\*.*)
|
||||
Target=lPlatform
|
||||
;[Widget 10888]
|
||||
;Type=DropBox
|
||||
;Name=Version
|
||||
;Value=6.5
|
||||
;Start_x=130
|
||||
;Start_y=154
|
||||
;Width=65
|
||||
;height=75
|
||||
;onInit=GenerateDirList(self,%Root%Version\*.*)
|
||||
;onCommand=GenerateDirList(self,%Root%Version\*.*);GenerateDirList(lPlatform,%Root%Version\%Version%\*.*)
|
||||
;Target=lPlatform
|
||||
|
||||
[Widget 11888]
|
||||
Type=Text
|
||||
Name=Text11888
|
||||
Value=Enter the path for a Netscape blob installer. If necessary, download it first from http://home.netscape.com.
|
||||
Value=To create a customized browser in languages or operating systems that do not appear among the options above, indicate the path to a full Netscape installer, (approximately 20MB or greater) with the desired operating system and language.
|
||||
Start_x=11
|
||||
Start_y=44
|
||||
Start_y=125
|
||||
Width=380
|
||||
Height=15
|
||||
|
||||
Height=25
|
||||
|
||||
[Widget 12888]
|
||||
Type=Text
|
||||
Name=Text12888
|
||||
Value=For more information regarding which browser versions, languages and operating systems you can customize with this tool, click Help.
|
||||
Start_x=11
|
||||
Start_y=175
|
||||
Width=380
|
||||
Height=25
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user