summaryrefslogtreecommitdiff
path: root/ext/tk/sample/demos-jp/radio.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/radio.rb')
-rw-r--r--ext/tk/sample/demos-jp/radio.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tk/sample/demos-jp/radio.rb b/ext/tk/sample/demos-jp/radio.rb
index 871503029e..5858b4222a 100644
--- a/ext/tk/sample/demos-jp/radio.rb
+++ b/ext/tk/sample/demos-jp/radio.rb
@@ -31,7 +31,8 @@ color = TkVariable.new
# frame 生成
TkFrame.new($radio_demo) {|frame|
TkButton.new(frame) {
- text '了解'
+ #text '了解'
+ text '閉じる'
command proc{
tmppath = $radio_demo
$radio_demo = nil