From 60f97f3ceb670a310e89cd1be948e04b469539f2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Feb 2012 10:43:21 +0100 Subject: Typo bInhibitJavaLdx -> bInhibitPagein --- desktop/unx/source/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/unx/source') diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 4033c37cf934..be3ac7e1ca3b 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -858,7 +858,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv ) } /* pagein */ - if (!args->bInhibitJavaLdx) + if (!args->bInhibitPagein) exec_pagein (args); /* javaldx */ -- cgit