InitPluginsDir now causes to Init___PluginsDir to always get added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1835 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
027f9448e5
commit
f4f390fb01
3 changed files with 6 additions and 4 deletions
|
@ -204,7 +204,7 @@ static tokenType tokenlist[TOK__LAST] =
|
|||
{TOK_GETCURRENTADDR,"GetCurrentAddress",1,0,"output"},
|
||||
|
||||
{TOK_PLUGINDIR,"PluginDir",1,0,"new_plugin_directory"},
|
||||
{TOK_INITPLUGINDIR,"InitPluginsDir",0,0,""}
|
||||
{TOK_INITPLUGINSDIR,"InitPluginsDir",0,0,""}
|
||||
};
|
||||
|
||||
void CEXEBuild::print_help(char *commandname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue