diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 07:31:55 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 07:31:55 +0000 |
commit | 39563af99459820ada08e30e379c84b4560c3fe9 (patch) | |
tree | 5844d64e2d5e0b5a7b9dfc259037778db84b12aa /ext/tk/lib/tkclass.rb | |
parent | 8f54a9b4704e5416290a5670519ae7bc869de0e8 (diff) |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkclass.rb')
-rw-r--r-- | ext/tk/lib/tkclass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb index f5673d7fe7..fe49c55826 100644 --- a/ext/tk/lib/tkclass.rb +++ b/ext/tk/lib/tkclass.rb @@ -10,7 +10,7 @@ Frame = TkFrame Label = TkLabel Button = TkButton Radiobutton = TkRadiobutton -Checkbutton = TkCheckButton +Checkbutton = TkCheckbutton Message = TkMessage Entry = TkEntry Text = TkText |