From 6f89e9715525ebd8c56cfde7d84883bb6a6fb01b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 24 Jan 2004 16:35:24 +0000 Subject: [PATCH] added escaping to prevent a warning from halibut git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3409 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/script.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/script.but b/Docs/src/script.but index 38d401a9..718249b9 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -57,7 +57,7 @@ You can escape quotes using $\\: \c MessageBox MB_OK `And he said to me "I'll be fucked!"` ; this one puts both ' and "s inside a string \c MessageBox MB_OK "$\"A quote from a wise man$\" said the wise man" ; this one shows escaping of quotes -It is also possible to put newlines, tabs etc. in a string using $\r, $\n, $\t etc. \R{varstrings}{More information...} +It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\t etc. \R{varstrings}{More information...} \\Variables\\