2014 and fixed some minor typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6478 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edcddfa71e
commit
c75a00bbe7
141 changed files with 154 additions and 154 deletions
|
@ -102,8 +102,8 @@ Example:
|
|||
SetOverwrite try
|
||||
|
||||
;------------------------
|
||||
;Copy the parameters used on run-time to a variable
|
||||
;This allows the usage of variables as paramter
|
||||
;Copy the macro parameters to a run-time to a variable,
|
||||
;this allows the usage of variables as parameter
|
||||
|
||||
StrCpy $R4 "${DESTFILE}"
|
||||
StrCpy $R5 "${TEMPBASEDIR}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue