On prépare de quoi se concentrer sur les images incorporées.
[ckeditor.git] / skins / ckeditor / plugins / plinn_image / plugin.js
index 17658a9..df81531 100644 (file)
@@ -34,6 +34,7 @@ function openPlinnImageDialog(path, editor) {
        var win = open(path + 'dialog/plinn_image.html', 'PlinnImageDialog', winOptions);
        win.dialogArguments = new Object();
        win.dialogArguments.editor = editor;
+       win.dialogArguments.pluginPath = path;
 }