fixed links

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5481 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-01-12 15:37:57 +00:00
parent 8661522b43
commit 26d527f8e4
4 changed files with 18 additions and 38 deletions

View file

@ -679,7 +679,7 @@ Call functions:
\c ; $R0="C:\ftp"
\c SectionEnd
\S1{headers_getparameters} GetParameters
\S1{getparameters} GetParameters
\b Get command line parameters.
@ -770,7 +770,7 @@ Call functions:
\c ; $R0="\\SuperPimp\NSIS"
\c SectionEnd
\S1{headers_getparent} GetParent
\S1{getparent} GetParent
\b Get parent directory.
@ -1620,7 +1620,7 @@ Call functions:
\c ${FileRecode} "C:\SCANDISK.LOG" "CharToOem"
\c SectionEnd
\S1{headers_trimnewlines} TrimNewLines
\S1{trimnewlines} TrimNewLines
\b Trim newlines in a string.