changeset 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 219f3c1087d1
children 61dd51f8d45f
files examples/controlexample/ControlExample.d
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
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" );