Ça devrait le faire. Maintenant, on va passer au tests / ajustements.
[ckeditor.git] / skins / ckeditor / plugins / plinn_image / dialog / plinn_image_tabs.html.pt
index 3a48d56..8afa5f0 100644 (file)
@@ -62,7 +62,7 @@
 
                    tabs = document.getElementsByTagName('a');
                    tabs[0].href = pluginPath + 'dialog/embedded_images.html';
-                   //tabs[1].href = window.parent.FCKConfig.ImageBrowserURL;
+                   tabs[1].href = window.parent.editor.config.filebrowserImageBrowseUrl;
                    addListener(document, 'click', updateTabs)
                  };
                  addListener(window, 'load', initTabs);