From 31f957efda59106c8046cb091098f66087e9b249 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 29 Mar 2005 18:09:37 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3938 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/plugin.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/plugin.but b/Docs/src/plugin.but index c34f668e..78b744bf 100644 --- a/Docs/src/plugin.but +++ b/Docs/src/plugin.but @@ -18,7 +18,7 @@ All parameters are pushed onto the stack (in this case, the plug-in function onl If you don't want to unload the DLL after calling a function, use /NOUNLOAD as the first parameter. For example: -\c dll:function /NOUNLOAD "param" +\c dll::function /NOUNLOAD "param" You can also use \R{setpluginunload}{SetPluginUnload} alwaysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.