diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 01:00:20 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 01:00:20 -0500 |
commit | fb4b5d2a5588b69291656872f912eb022b7a03a2 (patch) | |
tree | 14904a5729905ba598f37f7273fb4a62004d3024 /qtjava/javalib/examples/widgets | |
parent | 8aa20fb7fcfdfa8f57f1e76fb1bba346b65a1eb7 (diff) | |
download | tdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.tar.gz tdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.zip |
Fix inadvertent renaming and typos.
Diffstat (limited to 'qtjava/javalib/examples/widgets')
-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" ); |