RTL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2141 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b7a0bbabcc
commit
a1f5924a59
3 changed files with 9 additions and 1 deletions
|
@ -107,7 +107,11 @@
|
|||
|
||||
XPStyle On
|
||||
|
||||
ChangeUI all "${MUI_UI}"
|
||||
!ifndef MUI_RTL_UI
|
||||
ChangeUI all "${MUI_UI}"
|
||||
!else
|
||||
ChangeUI /RTL all "${MUI_UI}"
|
||||
!endif
|
||||
Icon "${MUI_ICON}"
|
||||
|
||||
!ifdef MUI_UNINSTALLER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue