* 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;
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)