diff examples/controlexample/ControlExample.d @ 177:9940f681d053

rm controlexample known bugs that are fixed in SWT 3.4.1
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 23:38:57 +0100
parents eb84f9418bbf
children
line wrap: on
line diff
--- 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" );