summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-03-03 17:15:32 +0000
committerGrant Gayed <ggayed>2008-03-03 17:15:32 +0000
commit8be6c60e3fac2725ecc106848ea61dbf07f3abdf (patch)
tree0b71a4720fad67badcd55bdcb1001c04e715ce3b
parent980269fe2b66d9330c0a131464ea5ad833e89095 (diff)
downloadeclipse.platform.swt-8be6c60e3fac2725ecc106848ea61dbf07f3abdf.tar.gz
eclipse.platform.swt-8be6c60e3fac2725ecc106848ea61dbf07f3abdf.tar.xz
eclipse.platform.swt-8be6c60e3fac2725ecc106848ea61dbf07f3abdf.zip
218502
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java2
1 files changed, 1 insertions, 1 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 acb932cab4..f7f640300b 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
@@ -319,7 +319,7 @@ public void create (Composite parent, int style) {
* Print the error from the first failed attempt since at this point it's
* known that the failure was not due to the libstdc++.so.6 dependency.
*/
- SWT.error (SWT.ERROR_NO_HANDLES, e);
+ SWT.error (SWT.ERROR_NO_HANDLES, e, " [MOZILLA_FIVE_HOME='" + mozillaPath + "']"); //$NON-NLS-1$ //$NON-NLS-2$
}
}
}