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