summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2010-10-26 21:23:08 +0000
committerGrant Gayed <ggayed>2010-10-26 21:23:08 +0000
commit92198efb7a50e9ad032b435072c5ae253854b682 (patch)
treeb6b1bed3c3510bd62e31aee4a5b8dc71d13c0c00
parent162ebd14d718a619fb49df0d53641a2da4d5270c (diff)
downloadeclipse.platform.swt-92198efb7a50e9ad032b435072c5ae253854b682.tar.gz
eclipse.platform.swt-92198efb7a50e9ad032b435072c5ae253854b682.tar.xz
eclipse.platform.swt-92198efb7a50e9ad032b435072c5ae253854b682.zip
*** empty log message ***
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet28.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet28.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet28.java
index c891fccf55..14dc61d65b 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet28.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet28.java
@@ -11,7 +11,7 @@
package org.eclipse.swt.snippets;
/*
- * Shell example snippet: open a shell maximized (full screen)
+ * Shell example snippet: open a shell maximized
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/