diff options
author | Lars Vogel | 2015-03-26 09:46:05 +0000 |
---|---|---|
committer | Lars Vogel | 2015-03-26 12:52:13 +0000 |
commit | 43db5caebea71f43101aa222fcc060f35a819f5b (patch) | |
tree | 4a67f98e791fd41b3cbf5504d012a2f24f549fb2 /bundles/org.eclipse.swt/Eclipse SWT AWT | |
parent | aae4c269e29916a6ab6e79bfabc8e4684cf5a503 (diff) | |
download | eclipse.platform.swt-43db5caebea71f43101aa222fcc060f35a819f5b.tar.gz eclipse.platform.swt-43db5caebea71f43101aa222fcc060f35a819f5b.tar.xz eclipse.platform.swt-43db5caebea71f43101aa222fcc060f35a819f5b.zip |
Bug 462667 - Remove references to Motif in SWT code and comments
Change-Id: Id36b8c65d626a0f89aaffc91f7e6bb5bd1d97465
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html b/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html index 710978ad27..fb01e55d91 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html +++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/common/org/eclipse/swt/awt/package.html @@ -12,6 +12,6 @@ Package Specification</h2> This package contains a class named <code>SWT_AWT</code> which provides support for embedding AWT widgets within SWT composites. This package requires JDK 1.5 or higher. -It works on Windows, GTK, and Motif. +It works on Windows and GTK. </body> </html> |