aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/README.macosx-aqua
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 09:26:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 09:26:02 +0000
commit0d6d23b25db0e7d14969504eeba6ac31581a79a2 (patch)
treec5cb2eb1a1bbc6d00de4d6826e180b24f53330d2 /ext/tk/README.macosx-aqua
parent87dbea7bbf97746de91388bd63180faddf0ed6f5 (diff)
downloadruby-0d6d23b25db0e7d14969504eeba6ac31581a79a2.tar.gz
* ext: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/README.macosx-aqua')
-rw-r--r--ext/tk/README.macosx-aqua20
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/tk/README.macosx-aqua b/ext/tk/README.macosx-aqua
index 25a8ed827c..15630727ec 100644
--- a/ext/tk/README.macosx-aqua
+++ b/ext/tk/README.macosx-aqua
@@ -3,13 +3,13 @@
First of all, please read README.tcltklib to use Tcl/Tk Aqua Framework.
-With Tcl/Tk Aqua libraries, current tcltklib somtimes freezes when
-using Aqua specific dialogs (e.g. Tk.messageBox).
+With Tcl/Tk Aqua libraries, current tcltklib somtimes freezes when
+using Aqua specific dialogs (e.g. Tk.messageBox).
This is a known bug of Ruby-1.8.4 release.
-When you meet the trouble on your GUI, you'll be able to avoid the trouble
-by Tcl/Tk's traditional dialogs.
-If you want to do that, please call some of the following bits of script
+When you meet the trouble on your GUI, you'll be able to avoid the trouble
+by Tcl/Tk's traditional dialogs.
+If you want to do that, please call some of the following bits of script
after "reqruie 'tk'".
=================================================================
@@ -57,11 +57,11 @@ Tk.ip_eval(<<'EOS')
EOS
=================================================================
-Each of them replaces the platform specific dialog command to the
-traditional one.
+Each of them replaces the platform specific dialog command to the
+traditional one.
-If you use some MultiTkIp objects, probably, you'll have to call the
-bits of script for each MultiTkIp object.
+If you use some MultiTkIp objects, probably, you'll have to call the
+bits of script for each MultiTkIp object.
---
+--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)