2003/09/07 03:04:31
[org.ibex.core.git] / src / org / xwt / Proxy.java
index 876d35c..def26ca 100644 (file)
@@ -155,7 +155,8 @@ public class Proxy {
             if (Log.on) Log.log(Authorization.class, "displaying proxy authorization dialog");
             MessageQueue.add(new Message() {
                     public void perform() {
-                        Box b = new Box("org.xwt.builtin.proxy_authorization", null);
+                        Box b = new Box();
+                        Template.getTemplate("org.xwt.builtin.proxy_authorization", null).apply(b, null, null, null, 0, 0);
                         b.put("realm", realm);
                         b.put("proxyIP", proxyIP);
                     }