misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / WebUI.java
index dfb8a52..b45dc5f 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial implementation
  * 
- * $Id: WebUI.java,v 1.2 2004-09-03 17:30:32 jsurfer Exp $
+ * $Id: WebUI.java,v 1.3 2004-09-03 19:58:36 jsurfer Exp $
  */
 
 package net.sourceforge.phpeclipse.ui;
@@ -155,6 +155,7 @@ public class WebUI extends AbstractUIPlugin implements IPreferenceConstants {
     store.setDefault(PHP_AUTO_PREVIEW_DEFAULT, "true");
     store.setDefault(PHP_BRING_TO_TOP_PREVIEW_DEFAULT, "true");
     store.setDefault(PHP_SHOW_HTML_FILES_LOCAL, "true");
+    store.setDefault(PHP_SHOW_XML_FILES_LOCAL, "false");
   }
   /*
    * @see AbstractUIPlugin#initializeImageRegistry(ImageRegistry)