From 54599162b7f7d29ad95d28cbd1dbb9df58eb24bf Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 24 Mar 2005 15:21:40 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3936 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/generalpurpose.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/generalpurpose.but b/Docs/src/generalpurpose.but index 271bc257..ca690c5d 100644 --- a/Docs/src/generalpurpose.but +++ b/Docs/src/generalpurpose.but @@ -7,7 +7,7 @@ Calls a function_name inside a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded. Note: To automatically extract and call plug-in DLLs, use a plug-in command instead of CallInstDLL. \c Push "a parameter" -\c Push "anoter parameter" +\c Push "another parameter" \c CallInstDLL $INSTDIR\somedll.dll somefunction \S2{copyfiles} CopyFiles