summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkdialog.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 08:05:30 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 08:05:30 +0000
commit7544bfc130b6d75fd77defff3f47fd06e2ebf9bd (patch)
treeafab7bccab385e1c51a7ef3133a831fca0d97561 /ext/tk/sample/tkdialog.rb
parent37b2487c7097aa72775f0f3f17f058cfc820dabd (diff)
* bug fix ( tested with Ruby/Tk widget demo )
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample/tkdialog.rb')
-rw-r--r--ext/tk/sample/tkdialog.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tk/sample/tkdialog.rb b/ext/tk/sample/tkdialog.rb
index e83e16d0a8..73708945fb 100644
--- a/ext/tk/sample/tkdialog.rb
+++ b/ext/tk/sample/tkdialog.rb
@@ -54,7 +54,6 @@ bot.pack
root.pack('side'=>'top', 'fill'=>'both', 'expand'=>'yes')
def quit(button)
- print "aaa\n"
print "You pressed the \"#{button}\" button; bye-bye!\n"
exit
end