X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java index 309f4c0..e23e462 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java @@ -33,9 +33,9 @@ public interface IPreferenceConstants { // public static final String LOCALHOST_PREF = "_localhost"; // public static final String DOCUMENTROOT_PREF = "_documentroot"; - public static final String USE_EXTERNAL_BROWSER_PREF = "_use_external_browser"; +// public static final String USE_EXTERNAL_BROWSER_PREF = "_use_external_browser"; // public static final String SHOW_EXTERNAL_PREVIEW_PREF = "_show_external_preview"; - public static final String EXTERNAL_BROWSER_PREF = "_external_browser"; +// public static final String EXTERNAL_BROWSER_PREF = "_external_browser"; public static final String MYSQL_RUN_PREF = "_mysql_run_pref"; public static final String MYSQL_START_BACKGROUND = "_mysql_start_background"; public static final String MYSQL_PREF = "__mysql_start";