aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/demos-jp/floor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/floor.rb')
-rw-r--r--ext/tk/sample/demos-jp/floor.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/sample/demos-jp/floor.rb b/ext/tk/sample/demos-jp/floor.rb
index bb655d5b55..d9d17ee949 100644
--- a/ext/tk/sample/demos-jp/floor.rb
+++ b/ext/tk/sample/demos-jp/floor.rb
@@ -1595,7 +1595,8 @@ TkLabel.new($floor_demo, 'font'=>$font, 'wraplength'=>'8i', 'justify'=>'left',
# frame 生成
$floor_buttons = TkFrame.new($floor_demo) {|frame|
TkButton.new(frame) {
- text '了解'
+ #text '了解'
+ text '閉じる'
command proc{
tmppath = $floor_demo
$floor_demo = nil