From b06aeaf9dc4a52c3890eab09ed25d80c29aa5da2 Mon Sep 17 00:00:00 2001 From: n-a-c-h Date: Tue, 27 May 2008 08:40:32 +0000 Subject: [PATCH] Oops, mixed up two variables. --- src/win32/VBA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 849ad549..1c42dda3 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -2015,7 +2015,7 @@ void VBA::updateWindowSize(int value) bool VBA::initDisplay() { - if (securityCheck2 != -3) + if (securityCheck != -3) { protectHelp[securityCheck2](0); return updateRenderMethod(false);