Added \R{ref}{name} for named references

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2315 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-16 20:37:35 +00:00
parent 96eb3b0537
commit 8a97b60b30
19 changed files with 45 additions and 36 deletions

View file

@ -28,4 +28,4 @@ CallInstDLL has an option not to unload the DLL after usage. To use it with the
\c InstallOptions::dialog /NOUNLOAD "ini_file_location.ini"
You can also use SetPluginUnload alawysoff (See \k{setpluginunload}) to avoid writing /NOUNLOAD each and every time you use the same plugin.
You can also use \R{setpluginunload}{SetPluginUnload} alawysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.