mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
57c8f59761
commit
2ea2d95e81
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-27 ocean <ocean@ruby-lang.org>
|
||||
|
||||
* sample/tkextlib/tile/demo.rb: fixed typo.
|
||||
|
||||
2005-06-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.
|
||||
|
|
|
@ -411,7 +411,7 @@ mb.menu(m)
|
|||
$V[:rmbIndicatoron] = mb.indicatoron
|
||||
m.add(:checkbutton, :label=>'Indicator?', #'
|
||||
:variable=>$V.ref(:rmbIndicatoron),
|
||||
:command=>proc{mb.indicatoron($V[:rmbIndicatoron].value)})
|
||||
:command=>proc{mb.indicatoron($V[:rmbIndicatoron])})
|
||||
m.add(:separator)
|
||||
fillMenu(m)
|
||||
|
||||
|
|
Loading…
Reference in a new issue