Added AllowSkipFiles - thanks Ramon!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2576 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
190bc67448
commit
c38b889fe8
11 changed files with 82 additions and 23 deletions
|
@ -212,9 +212,11 @@ enum
|
|||
TOK_INITPLUGINSDIR,
|
||||
TOK_CREATEFONT,
|
||||
TOK_SHOWWINDOW,
|
||||
// Added by ramon 23 May 2003
|
||||
TOK_ALLOWSKIPFILES,
|
||||
|
||||
TOK__LAST,
|
||||
TOK__PLUGINCOMMAND
|
||||
};
|
||||
|
||||
#endif//_TOKENS_H_
|
||||
#endif//_TOKENS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue