From bfeb89845186b3cc11b4677d91d94be24879f489 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 3 Sep 2004 13:13:36 +0000 Subject: [PATCH] three functions, not two git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3645 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Banner/Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Banner/Readme.txt b/Contrib/Banner/Readme.txt index 35dd28e8..97813bc6 100644 --- a/Contrib/Banner/Readme.txt +++ b/Contrib/Banner/Readme.txt @@ -3,7 +3,7 @@ BANNER PLUG-IN The Banner plug-in shows a banner with customizable text. It uses the IDD_VERIFY dialog of the UI. -There are only two functions, show and destroy. +There are three functions - show, getWindow and destroy. Usage -----