From b06d2531d5f7590c30206fd0e57dcbb0d4b726ce Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 7 May 2003 14:56:17 +0000 Subject: [PATCH] wrong variable git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2535 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Readme.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index de51a5e2..9cedbca9 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -522,8 +522,9 @@ Function FunctionName ;FunctionName defined with Page command SendMessage $R1 ${WM_SETFONT} $R2 0 InstallOptions::show - - Pop $R1 + Pop $R0 + + Pop $R2 Pop $R1 Pop $R0