diff --git a/steam/cached/InstallSubChooseApps_SingleApp.res b/steam/cached/InstallSubChooseApps_SingleApp.res index b0a58fb..9f2578d 100644 --- a/steam/cached/InstallSubChooseApps_SingleApp.res +++ b/steam/cached/InstallSubChooseApps_SingleApp.res @@ -12,7 +12,10 @@ place { control=InstallSize,DriveSpace,DownloadTimeLabel region=body start=CreateStartMenuShortcutCheck dir=down margin-top=15 spacing=7} place { control=InstallSizeLabel,DriveSpaceLabel,DownloadTimeInfo region=body start=CreateStartMenuShortcutCheck dir=down margin-top=15 spacing=7 margin-left=200} - place { control=InstallFolderLabel start=DownloadTimeLabel region=body dir=down margin-top=15 width=max} + place { control=InstallLanguageLabel start=DownloadTimeLabel region=body dir=down margin-top=15 width=max} + place { control=LanguageCombo start=DownloadTimeInfo region=body dir=down margin-top=15 width=max} + + place { control=InstallFolderLabel start=InstallLanguageLabel region=body dir=down margin-top=7 width=max} place { control=InstallFolderCombo start=InstallFolderLabel region=body dir=down margin-top=7 width=max} } @@ -244,4 +247,40 @@ "textAlignment" "west" "wrap" "0" } + "InstallLanguageLabel" + { + "ControlName" "Label" + "fieldName" "InstallLanguageLabel" + "xpos" "10" + "ypos" "200" + "wide" "186" + "tall" "24" + "AutoResize" "0" + "PinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "labelText" "#Steam_Install_ChooseLanguage" + "textAlignment" "west" + "wrap" "0" + } + + "LanguageCombo" + { + "ControlName" "ComboBox" + "fieldName" "LanguageCombo" + "xpos" "200" + "ypos" "200" + "wide" "240" + "tall" "24" + "AutoResize" "0" + "PinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "textAlignment" "west" + "wrap" "0" + } }