From 00975c06bc20226c318d4e6be59b3c144d97b572 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 15 Mar 2003 17:16:08 +0000 Subject: [PATCH] - PluginDir -> !AddPluginDir - Fixed parms list of Section(Get/Set)InstTypes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2304 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/tokens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tokens.cpp b/Source/tokens.cpp index bc5e3169..60afc934 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -215,7 +215,7 @@ static tokenType tokenlist[TOK__LAST] = {TOK_GETLABELADDR,"GetLabelAddress",2,0,"output label"}, {TOK_GETCURRENTADDR,"GetCurrentAddress",1,0,"output"}, -{TOK_PLUGINDIR,"PluginDir",1,0,"new_plugin_directory"}, +{TOK_PLUGINDIR,"!AddPluginDir",1,0,"new_plugin_directory"}, {TOK_INITPLUGINSDIR,"InitPluginsDir",0,0,""} };