From 8e5aa518c98fe9443314ea0de54dcfcb470cea12 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 24 Jun 2004 15:00:39 +0000 Subject: [PATCH] enable by default --- config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index b548a76d5..e73350499 100644 --- a/config.inc.php +++ b/config.inc.php @@ -464,11 +464,11 @@ $cfg['LeftPointerEnable'] = TRUE; // enable the left panel pointer // see also LeftPointerColor // in colors.inc.php -$cfg['BrowsePointerEnable'] = FALSE; // enable the browse pointer +$cfg['BrowsePointerEnable'] = TRUE; // enable the browse pointer // see also BrowsePointerColor // in colors.inc.php -$cfg['BrowseMarkerEnable'] = FALSE; // enable the browse marker +$cfg['BrowseMarkerEnable'] = TRUE; // enable the browse marker // see also BrowseMarkerColor // in colors.inc.php