Changeset 177:9940f681d053
- Timestamp:
- 11/03/08 17:38:57
(3 years ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
rm controlexample known bugs that are fixed in SWT 3.4.1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r161 |
r177 |
|
| 108 | 108 | Stdout.formatln( "On linux GTK:" ); |
|---|
| 109 | 109 | Stdout.formatln( "todo: DateTimeTab not implemented" ); |
|---|
| 110 | | Stdout.formatln( "bug: ProgressBarTab crash on vertical" ); |
|---|
| 111 | | Stdout.formatln( " in java it behaves the same" ); |
|---|
| 112 | | Stdout.formatln( "bug: SliderTab horizontal arrow buttons are too high." ); |
|---|
| 113 | | Stdout.formatln( " in java it behaves the same" ); |
|---|
| 114 | | Stdout.formatln( " Known bug:" ); |
|---|
| 115 | | Stdout.formatln( " https://bugs.eclipse.org/bugs/show_bug.cgi?id=197402" ); |
|---|
| 116 | | Stdout.formatln( " http://bugzilla.gnome.org/show_bug.cgi?id=475909" ); |
|---|
| 117 | 110 | Stdout.formatln( "" ); |
|---|
| 118 | 111 | } |
|---|