*** empty log message ***
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/ToolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/ToolBar.java
index 821c307..fd73bd5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/ToolBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/ToolBar.java
@@ -137,7 +137,8 @@
 	if (parentingHandle == 0) error (SWT.ERROR_NO_HANDLES);
 	handle = OS.gcnew_ToolBar ();
 	if (handle == 0) error (SWT.ERROR_NO_HANDLES);
-	if (IsVertical) OS.ToolBarTray_Orientation (handle, OS.Orientation_Vertical);
+	//FIXME
+//	if (IsVertical) OS.ToolBarTray_Orientation (handle, OS.Orientation_Vertical);
 	int children = OS.Panel_Children (parentingHandle);
 	OS.UIElementCollection_Add (children, handle);
 	OS.GCHandle_Free (children);