From 2f6fa6004a7c827998de67114e768cf2b9d36a4a Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 17 Aug 2006 02:51:56 +0000 Subject: [PATCH] MouseToolbar typo in docs. git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1271 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Control.MouseToolbar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control.MouseToolbar.txt b/Control.MouseToolbar.txt index 4def45a1c7..5f48fe6221 100644 --- a/Control.MouseToolbar.txt +++ b/Control.MouseToolbar.txt @@ -1,4 +1,4 @@ -OpenLayers.Control.MouseDefaults +OpenLayers.Control.MouseToolbar Control to set up mouse handling. This includes clicks, double clicks, scrollwheel events, and mouse movement. There are a number of functions which act as the default handlers for these events: if you wish to create your own mouse control which behaves differently, you should create a subclass of MouseToolbar, replacing the functions whose behavior you wish to change. Additionally, a toolbar of images can be clicked to start events, as well as using the keyboard shortcuts.