enable by default

This commit is contained in:
Marc Delisle
2004-06-24 15:00:39 +00:00
parent 61170805ec
commit 8e5aa518c9

View File

@@ -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