[svn r17243] FS#2867 - FCKEditor, resizing the flash dialog.

skala
Ivan Tcholakov 16 years ago
parent 591b9bce61
commit 5e4a3d61c0
  1. 2
      main/inc/lib/fckeditor/editor/plugins/Flash/fckplugin.js

@ -1,6 +1,6 @@
// Register the related commands.
var dialogPath = FCKConfig.PluginsPath + 'Flash/fck_flash.html';
var flashDialogCmd = new FCKDialogCommand( FCKLang["DlgFlashTitle"], FCKLang["DlgFlashTitle"], dialogPath, 480, 470 );
var flashDialogCmd = new FCKDialogCommand( FCKLang["DlgFlashTitle"], FCKLang["DlgFlashTitle"], dialogPath, 540, 470 );
FCKCommands.RegisterCommand( 'Flash', flashDialogCmd ) ;
// Create the Flash toolbar button.

Loading…
Cancel
Save