summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkclass.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-17 09:09:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-17 09:09:03 +0000
commit97c98b578e8e0065c3a8fa2c2eb979eba482abce (patch)
tree94cb5fcfbd96b15b6c5d89d092ba8318a6cb3822 /ext/tk/lib/tkclass.rb
parent7b95dfac18eb990cdedb4610ea09f2dc1a55a69c (diff)
downloadruby-97c98b578e8e0065c3a8fa2c2eb979eba482abce.tar.gz
ruby-97c98b578e8e0065c3a8fa2c2eb979eba482abce.tar.xz
ruby-97c98b578e8e0065c3a8fa2c2eb979eba482abce.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1045 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 0b33d4ec8..f5673d7fe 100644
--- a/ext/tk/lib/tkclass.rb
+++ b/ext/tk/lib/tkclass.rb
@@ -9,7 +9,7 @@ TopLevel = TkToplevel
Frame = TkFrame
Label = TkLabel
Button = TkButton
-Radiobutton = TkRadioButton
+Radiobutton = TkRadiobutton
Checkbutton = TkCheckButton
Message = TkMessage
Entry = TkEntry