From b3044b36c1cf080d9c9691e35ebcc96a057fcd16 Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 23 Apr 2020 18:31:23 +0000 Subject: [PATCH] Added DatePicker NSD control git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7176 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Readme.html | 1 + Contrib/nsDialogs/Readme.html | 13 ++++--- Contrib/nsDialogs/example.nsi | 36 ++++++++++++++++++- Contrib/nsDialogs/nsDialogs.nsh | 56 +++++++++++++++++++++++++----- Include/WinMessages.nsh | 61 +++++++++++++++++++++++++++++++-- 5 files changed, 150 insertions(+), 17 deletions(-) diff --git a/Contrib/Modern UI 2/Readme.html b/Contrib/Modern UI 2/Readme.html index fcfa07d2..9fbf6854 100644 --- a/Contrib/Modern UI 2/Readme.html +++ b/Contrib/Modern UI 2/Readme.html @@ -1033,6 +1033,7 @@ LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle" Function CustomPageFunction !insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE) + nsDialogs::... ... FunctionEnd diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 4a54bfc3..f396ae6d 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -6,7 +6,7 @@