From 643ac0fb448ad1b6f54ae64f71fddb5434b887be Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Jan 2009 22:04:56 +0000 Subject: [PATCH] fixed bug #2494528 - MUI_DIRECTORYPAGE_BGCOLOR git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5896 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Pages/Directory.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI 2/Pages/Directory.nsh b/Contrib/Modern UI 2/Pages/Directory.nsh index ba999bc7..2e05653f 100644 --- a/Contrib/Modern UI 2/Pages/Directory.nsh +++ b/Contrib/Modern UI 2/Pages/Directory.nsh @@ -112,7 +112,7 @@ Directory page GetDlgItem $mui.DirectoryPage.SpaceAvailable $mui.DirectoryPage 1024 !ifdef MUI_DIRECTORYPAGE_BGCOLOR - SetCtlColors $mui.DirectoryPage.DirectoryBox "" "${MUI_DIRECTORYPAGE_BGCOLOR}" + SetCtlColors $mui.DirectoryPage.Directory "" "${MUI_DIRECTORYPAGE_BGCOLOR}" !endif !insertmacro MUI_PAGE_FUNCTION_CUSTOM SHOW