mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
fix typos.
svn path=/trunk/; revision=20543
This commit is contained in:
parent
a5a347cb7b
commit
89db3ed74e
9 changed files with 467 additions and 483 deletions
|
@ -406,7 +406,7 @@ int SetStatus (int status1, int status2, WCHAR* text)
|
|||
if(status2!=-1)
|
||||
SendMessage(GetDlgItem(hStatus, IDC_STATUS2), PBM_SETPOS, status2, 0);
|
||||
|
||||
// If the Status is 1000 very thing is done
|
||||
// If the Status is 1000 everything is done
|
||||
if(status1==1000)
|
||||
{
|
||||
EndDialog(hStatus, TRUE);
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN
|
|||
ERR_OK "Fertig."
|
||||
ERR_PACK "Es konnten nicht alle Packages installiert werden.\n\nFür mehr Details schauen Sie bitte in ""logfile.html""."
|
||||
ERR_GENERIC "Ein Fehler ist aufgetreten. \nnFür mehr Details schauen Sie bitte in ""logfile.html""."
|
||||
ERR_DOWNL "Eine benötigte Datei konnte nicht runtergeladen werden!\nnFür mehr Details schauen Sie bitte in ""logfile.html""."
|
||||
ERR_DOWNL "Eine benötigte Datei konnte nicht runtergeladen werden!\nFür mehr Details schauen Sie bitte in ""logfile.html""."
|
||||
ERR_FILE "Bei der Scriptausfürhung trat ein Fehler auf.\nDatei konnte nicht geöffnet werden."
|
||||
|
||||
ERR_SYNATX "Bei der Scriptausfürhung trat ein Fehler auf.\nSynatx-Fehler."
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Sub Main
|
||||
' ToDo: Choose from different mirrors
|
||||
download "http://prdownloads.sourceforge.net/sevenzip/7z432.exe?use_mirror=ovh", "7z432.exe"
|
||||
download "http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z432.exe", "7z432.exe"
|
||||
End Sub
|
||||
|
||||
Sub After
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<!--
|
||||
Not in use since reactos can download it itself now.
|
||||
-->
|
||||
|
||||
<package>
|
||||
<name>Mozilla Control</name>
|
||||
<version>1.6</version>
|
||||
<description>Provides the Gekko Engine for ReactOS.</description>
|
||||
<scripts inst="mozillacontrol.inst.rps"/>
|
||||
</package>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
' Not in use anymore because reactos can download it without Package Manager
|
||||
Sub Main
|
||||
download ("http://www.iol.ie/~locka/mozilla/MozillaControl16.exe", "mozillacontrol16.exe")
|
||||
End Sub
|
||||
|
||||
Sub After
|
||||
shell mozillacontrol16.exe
|
||||
End Sub
|
|
@ -1,4 +1,4 @@
|
|||
Sub Main
|
||||
' ToDo: Download putty.exe to programm files
|
||||
download ("http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe", "putty.exe")
|
||||
' ToDo: Download putty.exe in own dir
|
||||
download ("http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe", "C:\Program Files\putty.exe")
|
||||
End Sub
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
ToDo:
|
||||
Implement Unzipping
|
||||
-->
|
||||
<package>
|
||||
<name>Ritlab Tiny Webserver</name>
|
||||
<version>1.93</version>
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
<tree>
|
||||
<node name="Internet and Network" icon="5">
|
||||
<node name="Firefox" file="firefox.xml"/>
|
||||
<!--<node name="Mozilla Control" file="mozcontrol.xml"/>-->
|
||||
<node name="Putty" file="putty.xml"/>
|
||||
<node name="Tiny Webserver" file="tiny.xml"/>
|
||||
<!--<node name="Tiny Webserver" file="tiny.xml"/>--> <!-- Needs Zip support -->
|
||||
</node>
|
||||
<node name="Office" icon="6">
|
||||
<node name="AbiWord" file="abiword.xml"/>
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
<!--<node name="OpenOffice 1" file="openoffice.xml"/>--> <!-- Needs Zip support -->
|
||||
<node name="Putty" file="putty.xml"/>
|
||||
<node name="TuxPaint" file="tuxpaint.xml"/>
|
||||
<node name="Tiny Webserver" file="tiny.xml"/>
|
||||
<!--<node name="Tiny Webserver" file="tiny.xml"/>--> <!-- Needs Zip support -->
|
||||
</tree>
|
Loading…
Reference in a new issue