* Contributors:
* Christopher Lenz - initial implementation
*
- * $Id: WebUI.java,v 1.5 2005-09-25 16:29:45 axelcl Exp $
+ * $Id: WebUI.java,v 1.6 2005-10-13 18:38:19 axelcl Exp $
*/
package net.sourceforge.phpeclipse.ui;
protected void initializeDefaultPreferences(IPreferenceStore store) {
store.setDefault(PHP_LOCALHOST_PREF, "http://localhost");
store.setDefault(PHP_DOCUMENTROOT_PREF, getWorkspace().getRoot().getLocation().toString());
- store.setDefault(PHP_BOOKMARK_DEFAULT, "");
+// store.setDefault(PHP_BOOKMARK_DEFAULT, "");
store.setDefault(PHP_AUTO_PREVIEW_DEFAULT, "true");
store.setDefault(PHP_BRING_TO_TOP_PREVIEW_DEFAULT, "true");