summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkoptdb-safeTk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkoptdb-safeTk.rb')
-rwxr-xr-x[-rw-r--r--]ext/tk/sample/tkoptdb-safeTk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkoptdb-safeTk.rb b/ext/tk/sample/tkoptdb-safeTk.rb
index 7502e30667..8fd35a9e7a 100644..100755
--- a/ext/tk/sample/tkoptdb-safeTk.rb
+++ b/ext/tk/sample/tkoptdb-safeTk.rb
@@ -31,7 +31,7 @@ file = File.expand_path('tkoptdb.rb', File.dirname(__FILE__))
ip = MultiTkIp.new_safeTk{
# When a block is given to 'new_safeTk' method,
- # the block is evaluated on $SAFE==4.
+ # the block is evaluated on $SAFE==1.
ent.each{|pat, val| Tk.tk_call('option', 'add', pat, val)}
}