X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=ekit%2Fcom%2Fhexidec%2Fekit%2FEkitApplet.java;h=e7e92011af4d0bce28bee730733caec7641e1f98;hb=c47fa64d719ab7f5062a87fbf5cc55a7916c5c53;hp=94009704dfd692f3b3f1446e85f2db413bc17612;hpb=ecd369f6391da62e76ab72ae88ecaeba30ba81c7;p=old-projects.git diff --git a/ekit/com/hexidec/ekit/EkitApplet.java b/ekit/com/hexidec/ekit/EkitApplet.java index 9400970..e7e9201 100644 --- a/ekit/com/hexidec/ekit/EkitApplet.java +++ b/ekit/com/hexidec/ekit/EkitApplet.java @@ -86,7 +86,7 @@ public class EkitApplet extends JApplet boolean showMenuIcons = true; if(this.getParameter("MENUICONS") != null) { showMenuIcons = this.getParameter("MENUICONS").equalsIgnoreCase("true"); } - ekitCore = new EkitCore(sRawDocument, urlCSS, showViewSource, showMenuIcons, editModeExclusive, sLanguage, sCountry, base64); + ekitCore = new EkitCore(sRawDocument, urlCSS, showViewSource, showMenuIcons, editModeExclusive, sLanguage, sCountry, base64, this.getParameter("BASEURL")); /* Obtain image servlet information */ ekitCore.setServletURL(this.getParameter("SERVLETURL"));