Index: lams_central/web/fckeditor/fckeditor.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckeditor.js,v diff -u -r1.4 -r1.5 --- lams_central/web/fckeditor/fckeditor.js 5 Jan 2006 00:02:26 -0000 1.4 +++ lams_central/web/fckeditor/fckeditor.js 27 Jun 2006 03:16:53 -0000 1.5 @@ -1,4 +1,4 @@ -/* +/* * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 Frederico Caldeira Knabben * @@ -28,7 +28,7 @@ this.InstanceName = instanceName ; this.Width = width || '100%' ; this.Height = height || '200' ; - this.ToolbarSet = toolbarSet || 'Default' ; + this.ToolbarSet = toolbarSet || 'Lams_Toolbar' ; this.Value = value || '' ; this.BasePath = '/fckeditor/' ; this.CheckBrowser = true ;