Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_central/web/fckeditor/editor/plugins/paint/content.html'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_central/web/fckeditor/editor/plugins/paint/fckplugin.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/paint/Attic/fckplugin.js,v diff -u -r1.1 -r1.2 --- lams_central/web/fckeditor/editor/plugins/paint/fckplugin.js 22 Apr 2009 00:38:09 -0000 1.1 +++ lams_central/web/fckeditor/editor/plugins/paint/fckplugin.js 29 Apr 2009 06:34:28 -0000 1.2 @@ -1,4 +1,4 @@ -FCKCommands.RegisterCommand( 'Paint canvas' , new FCKDialogCommand( FCKLang.Paint.DialogName , FCKLang.Paint.DialogTitle , FCKConfig.PluginsPath + 'paint/content.html' , 852, 610 ) ) ; +FCKCommands.RegisterCommand( 'Paint canvas' , new FCKDialogCommand( FCKLang.Paint.DialogName , FCKLang.Paint.DialogTitle , FCKConfig.PluginsPath + 'paint/content.jsp' , 852, 610 ) ) ; var oPaintItem = new FCKToolbarButton( 'Paint canvas', FCKLang.Paint.Button ) ; oPaintItem.IconPath = FCKConfig.PluginsPath + 'paint/icon.png';