From 122df8e86dc31e95dda26eed8880f45c5c93591b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 28 Jan 2003 16:48:05 +0000 Subject: [PATCH] Transparent branding text for the uninstaller too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2090 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 689ecf2d..fa40924d 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -378,6 +378,13 @@ GetDlgItem ${MUI_TEMP1} $HWNDPARENT 1039 SetStaticBkColor ${MUI_TEMP1} "${MUI_BGCOLOR}" + GetDlgItem ${MUI_TEMP1} $HWNDPARENT 1028 + SetStaticBkColor ${MUI_TEMP1} -1 + GetWindowText ${MUI_TEMP2} ${MUI_TEMP1} + GetDlgItem ${MUI_TEMP1} $HWNDPARENT 1256 + SetStaticBkColor ${MUI_TEMP1} -1 + SendMessage ${MUI_TEMP1} ${WM_SETTEXT} ${NSIS_MAX_STRLEN} "STR:${MUI_TEMP2}" + Pop ${MUI_TEMP2} Pop ${MUI_TEMP1}