diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-01 19:59:11 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-01 19:59:11 (GMT) |
commit | 7527e00058bcfeb21c56386769a83ddff2005754 (patch) | |
tree | 998bf9a370a3e76d7d078da03200c1eec697755c | |
parent | ea70b4908029718fe7da08b7d4606ea5568a4715 (diff) | |
download | cpython-7527e00058bcfeb21c56386769a83ddff2005754.zip cpython-7527e00058bcfeb21c56386769a83ddff2005754.tar.gz cpython-7527e00058bcfeb21c56386769a83ddff2005754.tar.bz2 |
Install LICENSE.txt and README.txt.
In the Welcome dialog:
Reworded reference to non-existent "Exit Setup" button.
Removed useless "Back" button.
Changed "push" to "click".
-rw-r--r-- | PCbuild/python20.wse | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index aebec15..b0573ec 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -139,17 +139,6 @@ item: Custom Dialog Set Text Italian=&Avanti > end item: Push Button - Rectangle=105 187 150 202 - Variable=DISABLED - Value=! - Create Flags=01010000000000010000000000000000 - Text=< &Back - Text French=< &Retour - Text German=< &Zurück - Text Spanish=< &Atrás - Text Italian=< &Indietro - end - item: Push Button Rectangle=211 186 256 201 Action=3 Create Flags=01010000000000010000000000000000 @@ -164,7 +153,7 @@ item: Custom Dialog Set Create Flags=01010000000000000000000000000000 Text=This installation program will install %APPTITLE% on your system. Text= - Text=Press the Next button to start the installation. You can press the Exit Setup button now if you do not want to install %APPTITLE% at this time. + Text=Click the Next button to start the installation. Click the Cancel button now if you do not want to install %APPTITLE% at this time. Text French=Ce programme d'installation va installer %APPTITLE%. Text French= Text French=Cliquez sur le bouton Suite pour démarrer l'installation. Vous pouvez cliquer sur le bouton Quitter l'installation si vous ne voulez pas installer %APPTITLE% tout de suite. @@ -656,6 +645,16 @@ item: If/While Statement Flags=00001010 end item: Install File + Source=%_SRC_%\LICENSE + Destination=%MAINDIR%\LICENSE.txt + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\README + Destination=%MAINDIR%\README.txt + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\python.exe Destination=%MAINDIR%\python.exe Flags=0000000000000010 |