# HG changeset patch # User Frank Benoit # Date 1225751937 -3600 # Node ID 9940f681d0537bb81bd4cf1701b010bcd1735e36 # Parent 219f3c1087d1e3557ed716cc4e2282359f7e398c rm controlexample known bugs that are fixed in SWT 3.4.1 diff -r 219f3c1087d1 -r 9940f681d053 examples/controlexample/ControlExample.d --- a/examples/controlexample/ControlExample.d Sun Nov 02 08:12:48 2008 -0800 +++ b/examples/controlexample/ControlExample.d Mon Nov 03 23:38:57 2008 +0100 @@ -107,13 +107,6 @@ Stdout.formatln( "todo: ExpandBarTab looks strange" ); Stdout.formatln( "On linux GTK:" ); Stdout.formatln( "todo: DateTimeTab not implemented" ); - Stdout.formatln( "bug: ProgressBarTab crash on vertical" ); - Stdout.formatln( " in java it behaves the same" ); - Stdout.formatln( "bug: SliderTab horizontal arrow buttons are too high." ); - Stdout.formatln( " in java it behaves the same" ); - Stdout.formatln( " Known bug:" ); - Stdout.formatln( " https://bugs.eclipse.org/bugs/show_bug.cgi?id=197402" ); - Stdout.formatln( " http://bugzilla.gnome.org/show_bug.cgi?id=475909" ); Stdout.formatln( "" ); } Stdout.formatln( "please report problems" );