Index: lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/wikilink/Attic/fckplugin.js,v diff -u -r1.3 -r1.4 --- lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js 21 May 2008 04:59:50 -0000 1.3 +++ lams_central/web/fckeditor/editor/plugins/wikilink/fckplugin.js 3 Jun 2008 05:41:54 -0000 1.4 @@ -1,5 +1,5 @@ // Register the related command. -FCKCommands.RegisterCommand( 'WikiLink', new FCKDialogCommand( 'WikiLink', FCKLang.WikiLinkDlgTitle, FCKPlugins.Items['wikilink'].Path + 'fck_wikilink.jsp', 1000, 720 ) ) ; +FCKCommands.RegisterCommand( 'WikiLink', new FCKDialogCommand( 'WikiLink', FCKLang.WikiLinkDlgTitle, FCKPlugins.Items['wikilink'].Path + 'fck_wikilink.jsp', 280, 260 ) ) ; // Create the "WikiLink" toolbar button. var oWikiLinkItem = new FCKToolbarButton( 'WikiLink', FCKLang.WikiLinkBtn ) ;