From 672bbe0100c1db7be19f6a9e10be023ad63e5d06 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 4 Sep 2003 20:27:59 +0000 Subject: [PATCH] Space after branding text git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2827 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 58278d1f..c6a0f590 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -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