From 3519f1fca61ff14f1211f1dd3e813e0a34c56b8e Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 9 Nov 2002 13:53:34 +0000 Subject: [PATCH] InitPlugin*S*Dir git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1640 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 1508003c..3b6b3a17 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -202,7 +202,7 @@ static tokenType tokenlist[TOK__LAST] = {TOK_GETCURRENTADDR,"GetCurrentAddress",1,0,"output"}, {TOK_PLUGINDIR,"PluginDir",1,0,"new_plugin_directory"}, -{TOK_INITPLUGINDIR,"InitPluginDir",0,0,""} +{TOK_INITPLUGINDIR,"InitPluginsDir",0,0,""} }; void CEXEBuild::print_help(char *commandname)