diff options
Diffstat (limited to 'qtjava/javalib/examples/widgets/WidgetView.java')
-rw-r--r-- | qtjava/javalib/examples/widgets/WidgetView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/examples/widgets/WidgetView.java b/qtjava/javalib/examples/widgets/WidgetView.java index f8261edf..35e76039 100644 --- a/qtjava/javalib/examples/widgets/WidgetView.java +++ b/qtjava/javalib/examples/widgets/WidgetView.java @@ -502,7 +502,7 @@ WidgetView( TQWidget parent, String name ) mleText += (char) 0x00d8; // Norwegian mleText += "\n"; mleText += "Unicode (black square):"; - mleText += (char) 0x25A0; // BLACK STQUARE + mleText += (char) 0x25A0; // BLACK SQUARE mleText += "\n"; mle.setText( mleText ); TQToolTip.add( mle, "second multi line editor" ); |