summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-10-07 21:38:46 +0000
committerSteve Northover <steve>2005-10-07 21:38:46 +0000
commitb9532e0302b405ed506695cb4c8f72869e65fb22 (patch)
tree70d61afed7a66925dff6e98d420ac2bbc73a8ca5 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java
parent3cd18ffdcd53d3505a9bb6d534307a1a4b2e0208 (diff)
downloadeclipse.platform.swt-b9532e0302b405ed506695cb4c8f72869e65fb22.tar.gz
eclipse.platform.swt-b9532e0302b405ed506695cb4c8f72869e65fb22.tar.xz
eclipse.platform.swt-b9532e0302b405ed506695cb4c8f72869e65fb22.zip
investigate variable height tree items
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java
index 6073cb1b0c..eec492d99b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/MENUITEMINFO.java
@@ -33,6 +33,6 @@ public class MENUITEMINFO {
* that the correct struct size is used for the Windows platform.
*/
static {
- sizeof = OS.WIN32_VERSION < OS.VERSION(4, 10) ? 44 : 48;
+ sizeof = OS.WIN32_VERSION < OS.VERSION (4, 10) ? 44 : 48;
}
}