summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples.launcher
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2002-06-19 15:43:43 +0000
committerVeronika Irvine <veronika>2002-06-19 15:43:43 +0000
commit216f80036a3154d0a3d49fedbd88db339bcb1e8b (patch)
tree9298da712697140183cba32a4cc022890bfd30d6 /examples/org.eclipse.swt.examples.launcher
parent980e4926239b00f129ef02ab89841588a25fd040 (diff)
downloadeclipse.platform.swt-216f80036a3154d0a3d49fedbd88db339bcb1e8b.tar.gz
eclipse.platform.swt-216f80036a3154d0a3d49fedbd88db339bcb1e8b.tar.xz
eclipse.platform.swt-216f80036a3154d0a3d49fedbd88db339bcb1e8b.zip
fixing error in launcher description
Diffstat (limited to 'examples/org.eclipse.swt.examples.launcher')
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples.launcher/plugin.properties b/examples/org.eclipse.swt.examples.launcher/plugin.properties
index 80af881f64..8b0bf5b105 100755
--- a/examples/org.eclipse.swt.examples.launcher/plugin.properties
+++ b/examples/org.eclipse.swt.examples.launcher/plugin.properties
@@ -30,7 +30,7 @@ launchitem.LauncherExample.description = \
Workbench Views are GUI panels that sit inside a given perspective. When the Launcher \
starts a program that is written to interact with the Workbench as a view, it is opened and \
embedded into the currently active perspective.\n\n\
- Standalone applications are programs that run using the platform's event loop. The
+ Standalone applications are programs that run using the platform's event loop. The \
open() method of these programs is invoked from the launcher.\n\n\
Details\n\n\
The example launcher view contains a tree list, a text area, and 2 buttons. \