!macro MUI_INTERFACE_ALLRES
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1557 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8040611c48
commit
6002191b2a
1 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,16 @@
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_INTERFACE_ALLRES UI ICON UNICON CHECKS PROGRESSBAR FONT
|
||||
!define MUI_UI ${UI}
|
||||
!define MUI_ICON ${ICON}
|
||||
!define MUI_UNICON ${ICON}
|
||||
!define MUI_CHECKBITMAP ${CHECKS}
|
||||
!define MUI_PROGRESSBAR ${PROGRESSBAR}
|
||||
!define MUI_FONT ${FONT}
|
||||
!insertmacro MUI_INTERFACE
|
||||
!macroend
|
||||
|
||||
!macro MUI_INNERDIALOG_TEXT CONTROL TEXT
|
||||
|
||||
!verbose 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue