summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkclass.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-20 07:31:55 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-20 07:31:55 +0000
commit676e14b8437e49f54de307d55261474812ce4174 (patch)
tree5844d64e2d5e0b5a7b9dfc259037778db84b12aa /ext/tk/lib/tkclass.rb
parent9b82cee79ef2577f943c3fd43fd414449a0ddb82 (diff)
downloadruby-676e14b8437e49f54de307d55261474812ce4174.tar.gz
ruby-676e14b8437e49f54de307d55261474812ce4174.tar.xz
ruby-676e14b8437e49f54de307d55261474812ce4174.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkclass.rb')
-rw-r--r--ext/tk/lib/tkclass.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb
index f5673d7fe..fe49c5582 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