Replaced SetDlgItemText by GetDlgItem
Added CreateFont git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@709 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7c0fd2b678
commit
7fa074e487
2 changed files with 5 additions and 3 deletions
|
@ -162,7 +162,7 @@ enum
|
|||
TOK_EXCH,
|
||||
TOK_SENDMESSAGE,
|
||||
TOK_ISWINDOW,
|
||||
TOK_SETDLGITEMTEXT,
|
||||
TOK_GETDLGITEM,
|
||||
TOK_FINDFIRST,
|
||||
TOK_FINDNEXT,
|
||||
TOK_FINDCLOSE,
|
||||
|
@ -187,6 +187,7 @@ enum
|
|||
TOK_SECTIONGETFLAGS,
|
||||
TOK_SETSHELLVARCONTEXT,
|
||||
TOK_PLUGINDIR,
|
||||
TOK_CREATEFONT,
|
||||
|
||||
TOK__LAST,
|
||||
TOK__PLUGINCOMMAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue