summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-06-22 20:06:56 +0000
committerSteve Northover <steve>2005-06-22 20:06:56 +0000
commitec433e1120a01c5b7c881da86a88c37e66dcc3bb (patch)
treed4d01162a5ac74e30b5802bca0b3464d0480f94a
parent8490be36e64da70a570c4a9a2b202d3daf704eae (diff)
downloadeclipse.platform.swt-ec433e1120a01c5b7c881da86a88c37e66dcc3bb.tar.gz
eclipse.platform.swt-ec433e1120a01c5b7c881da86a88c37e66dcc3bb.tar.xz
eclipse.platform.swt-ec433e1120a01c5b7c881da86a88c37e66dcc3bb.zip
Javadoc hack
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
index 1a10099e08..67ce6bbea1 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
@@ -373,10 +373,9 @@ public void setFileName (String string) {
* use to filter the files it shows to the argument,
* which may be null.
* <p>
- * Each string should follow the file filtering conventions
- * for the platform. For example, on Windows, an extension
- * filter string is typically of the form "*.extension",
- * where "*.*" matches all files.
+ * The strings are platform specific. For example, on
+ * Windows, an extension filter string is typically of
+ * the form "*.extension", where "*.*" matches all files.
* </p>
*
* @param extensions the file extension filter