diff options
author | Steve Northover <steve> | 2008-01-29 23:20:44 +0000 |
---|---|---|
committer | Steve Northover <steve> | 2008-01-29 23:20:44 +0000 |
commit | 7d8f911d6646665c46697251808179535beaaedb (patch) | |
tree | 5847f79369f31bc520b871f021b2d266801a436f /examples | |
parent | 395692675e255578e24bb51eb09e1b4119931dff (diff) | |
download | eclipse.platform.swt-7d8f911d6646665c46697251808179535beaaedb.tar.gz eclipse.platform.swt-7d8f911d6646665c46697251808179535beaaedb.tar.xz eclipse.platform.swt-7d8f911d6646665c46697251808179535beaaedb.zip |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet289.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet289.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet289.java index 6b568ce052..59e69fef98 100644 --- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet289.java +++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet289.java @@ -11,7 +11,7 @@ package org.eclipse.swt.snippets; /* - * Combo example snippet: add an item to a combo on the fly + * Combo example snippet: add an item to a combo box * * For a list of all SWT example snippets see * http://www.eclipse.org/swt/snippets/ |