From 45da52f51b1df056d3c8c1182fa9395e44270860 Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 5 Jul 2013 21:28:36 +0000 Subject: [PATCH] Fix nsDialogs docs typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6378 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsDialogs/Readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 95135dda..1cd06f09 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -502,7 +502,7 @@ SectionEnd

Create a new control in the current dialog. A dialog must exist for this to work, so nsDialogs::Create must be called prior to this function.

-

Returns the new dialog's HWND on the stack or error.

+

Returns the new control's HWND on the stack or error.

Show

@@ -647,7 +647,7 @@ SectionEnd
  • ${NSD_CreateProgressBar}
  • -

    Returns the new dialog's HWND on the stack or error.

    +

    Returns the new control's HWND on the stack or error

    NSD_OnBack