aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/demos-jp/bind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/bind.rb')
-rw-r--r--ext/tk/sample/demos-jp/bind.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/sample/demos-jp/bind.rb b/ext/tk/sample/demos-jp/bind.rb
index 1f221a6293..eebd62fc09 100644
--- a/ext/tk/sample/demos-jp/bind.rb
+++ b/ext/tk/sample/demos-jp/bind.rb
@@ -18,7 +18,8 @@ $bind_demo = TkToplevel.new {|w|
# frame 生成
TkFrame.new($bind_demo) {|frame|
TkButton.new(frame) {
- text '了解'
+ #text '了解'
+ text '閉じる'
command proc{
tmppath = $bind_demo
$bind_demo = nil