summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-02-06 16:18:59 +0000
committerGrant Gayed <ggayed>2008-02-06 16:18:59 +0000
commit3859d259a86e111754088929d54710598b8599cc (patch)
treec927f930860ba82a7446bd171a48417788529d3e
parentd68ec1baa602ef51c60df4483ba571c91ce91199 (diff)
downloadeclipse.platform.swt-3859d259a86e111754088929d54710598b8599cc.tar.gz
eclipse.platform.swt-3859d259a86e111754088929d54710598b8599cc.tar.xz
eclipse.platform.swt-3859d259a86e111754088929d54710598b8599cc.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
index 09ed446b25..85e6b533fc 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
@@ -58,8 +58,8 @@ class Mozilla extends WebBrowser {
static final String GRERANGE_LOWER = "1.8.1.2"; //$NON-NLS-1$
static final String GRERANGE_LOWER_FALLBACK = "1.8"; //$NON-NLS-1$
static final boolean LowerRangeInclusive = true;
- static final String GRERANGE_UPPER = "1.9"; //$NON-NLS-1$
- static final boolean UpperRangeInclusive = false;
+ static final String GRERANGE_UPPER = "1.9.*"; //$NON-NLS-1$
+ static final boolean UpperRangeInclusive = true;
static final int MAX_PORT = 65535;
static final String SEPARATOR_OS = System.getProperty ("file.separator"); //$NON-NLS-1$