Space after branding text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2827 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bcd2391a0e
commit
672bbe0100
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ Var MUI_TEMP2
|
|||
SetCtlColors $MUI_TEMP1 "branding"
|
||||
GetDlgItem $MUI_TEMP1 $HWNDPARENT 1256
|
||||
SetCtlColors $MUI_TEMP1 "branding"
|
||||
SendMessage $MUI_TEMP1 ${WM_SETTEXT} 0 "STR:$(^Branding)"
|
||||
SendMessage $MUI_TEMP1 ${WM_SETTEXT} 0 "STR:$(^Branding) "
|
||||
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue