From 6f07cf7d7de10e559b53a96dfccd2e22c59abc15 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 4 Mar 2003 20:35:40 +0000 Subject: [PATCH] Shortened !include of WinMessages.nsh git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2238 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 3924bdb8..6331c671 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -50,7 +50,7 @@ Sends a message to HWND. If a user variable $x is specified as the last paramete \b \e{WM_USER} 1024 -Include $\{NSISDIR\}\\Include\\WinMessages.nsh to have all of Windows messages defined in your script. +Include WinMessages.nsh to have all of Windows messages defined in your script. To send a string param, put STR: before the parameter, for example: "STR:Some string".