Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2007-05-23 21:19:14 +0000
committerGrant Gayed2007-05-23 21:19:14 +0000
commitabeff8ce40bb1aaccadf750315b29bd4f8d2cb95 (patch)
tree7b9e8300e7a79b7ca7c5974ff3f92bdbb5031332 /examples
parentfa5b22540d81273fffa9043966b43baddfb70624 (diff)
downloadeclipse.platform.swt-abeff8ce40bb1aaccadf750315b29bd4f8d2cb95.tar.gz
eclipse.platform.swt-abeff8ce40bb1aaccadf750315b29bd4f8d2cb95.tar.xz
eclipse.platform.swt-abeff8ce40bb1aaccadf750315b29bd4f8d2cb95.zip
comment
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java
index 554e53a8f5..68fc8dbaaa 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet267.java
@@ -20,9 +20,9 @@ import org.mozilla.interfaces.*;
/*
* Browser example snippet: Toggle a Mozilla Browser between Design mode and View mode.
*
- * IMPORTANT: For this snippet to work properly all of the requirements for running a
- * Mozilla-based Browser instance in a stand-alone application listed in
- * http://www.eclipse.org/swt/faq.php#howusejavaxpcom must be satisfied.
+ * IMPORTANT: For this snippet to work properly all of the requirements
+ * for using JavaXPCOM in a stand-alone application must be satisfied
+ * (see http://www.eclipse.org/swt/faq.php#howusejavaxpcom).
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/

Back to the top