Fisheye: Tag d2c7251b8d2d36a8b28d9c7b25ac0317cda625e6 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 =================================================================== diff -u -rbcd8fa50f3eba54b354ef803f82a71a68fa36f27 -rd2c7251b8d2d36a8b28d9c7b25ac0317cda625e6 --- lams_central/web/fckeditor/editor/plugins/paint/fckplugin.js (.../fckplugin.js) (revision bcd8fa50f3eba54b354ef803f82a71a68fa36f27) +++ lams_central/web/fckeditor/editor/plugins/paint/fckplugin.js (.../fckplugin.js) (revision d2c7251b8d2d36a8b28d9c7b25ac0317cda625e6) @@ -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';