summaryrefslogtreecommitdiff
path: root/ext/tk/sample/demos-jp/colors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/colors.rb')
-rw-r--r--ext/tk/sample/demos-jp/colors.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/sample/demos-jp/colors.rb b/ext/tk/sample/demos-jp/colors.rb
index f9a5983e75..c6128f9c00 100644
--- a/ext/tk/sample/demos-jp/colors.rb
+++ b/ext/tk/sample/demos-jp/colors.rb
@@ -27,7 +27,8 @@ msg.pack('side'=>'top')
# frame 生成
TkFrame.new($colors_demo) {|frame|
TkButton.new(frame) {
- text '了解'
+ #text '了解'
+ text '閉じる'
command proc{
tmppath = $colors_demo
$colors_demo = nil