implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3921 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5ef483cf7b
commit
14836bb4a6
2 changed files with 3 additions and 0 deletions
|
@ -218,6 +218,8 @@ Displays a MessageBox containing the text "messagebox_text". mb_option_list must
|
|||
|
||||
\b \e{MB_RIGHT} - Right align text
|
||||
|
||||
\b \e{MB_RTLREADING} - RTL reading order
|
||||
|
||||
\b \e{MB_DEFBUTTON1} - Button 1 is default
|
||||
|
||||
\b \e{MB_DEFBUTTON2} - Button 2 is default
|
||||
|
|
|
@ -3519,6 +3519,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
MBD(MB_TOPMOST)
|
||||
MBD(MB_SETFOREGROUND)
|
||||
MBD(MB_RIGHT)
|
||||
MBD(MB_RTLREADING)
|
||||
MBD(MB_DEFBUTTON1)
|
||||
MBD(MB_DEFBUTTON2)
|
||||
MBD(MB_DEFBUTTON3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue