diff --git a/Source/tokens.cpp b/Source/tokens.cpp index 097eea1b..b1b242c6 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -132,9 +132,10 @@ static tokenType tokenlist[TOK__LAST] = {TOK_SETDATESAVE,"SetDateSave",1,0,"(off|on)"}, {TOK_SETDETAILSVIEW,"SetDetailsView",1,0,"(hide|show)"}, {TOK_SETDETAILSPRINT,"SetDetailsPrint",1,0,"(none|listonly|textonly|both)"}, +{TOK_SETERRORS,"SetErrors",0,0,""}, {TOK_SETFILEATTRIBUTES,"SetFileAttributes",2,0,"file attribute[|attribute[...]]\n attribute=(NORMAL|ARCHIVE|HIDDEN|OFFLINE|READONLY|SYSTEM|TEMPORARY|0)"}, {TOK_SETFONT,"SetFont",2,0,"font_face_name font_size"}, -{TOK_SETERRORS,"SetErrors",0,0,""}, +{TOK_SETLANG,"SetLanguage",1,0,"language_id"}, {TOK_SETOUTPATH,"SetOutPath",1,0,"output_path"}, {TOK_SETOVERWRITE,"SetOverwrite",1,0,"(on|off|try|ifnewer)"}, {TOK_SETREBOOTFLAG,"SetRebootFlag",1,0,"true|false"}, diff --git a/Source/tokens.h b/Source/tokens.h index 26725d33..a449b96f 100644 --- a/Source/tokens.h +++ b/Source/tokens.h @@ -189,6 +189,7 @@ enum TOK_SETSHELLVARCONTEXT, TOK_PLUGINDIR, TOK_CREATEFONT, + TOK_SETLANG, TOK__LAST, TOK__PLUGINCOMMAND