summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkentry.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-24 08:21:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-24 08:21:56 +0000
commitaeb066503409062fc8fe8b241e512f5f6aebb128 (patch)
tree3d30e530b29103ce2884dff782592ddf7292f4df /ext/tk/lib/tkentry.rb
parent48ed5d640324d7a39120408ce88af1873fc18df3 (diff)
downloadruby-aeb066503409062fc8fe8b241e512f5f6aebb128.tar.gz
ruby-aeb066503409062fc8fe8b241e512f5f6aebb128.tar.xz
ruby-aeb066503409062fc8fe8b241e512f5f6aebb128.zip
1.4.1 to be
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkentry.rb')
-rw-r--r--ext/tk/lib/tkentry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkentry.rb b/ext/tk/lib/tkentry.rb
index b834c455c..5822c00e5 100644
--- a/ext/tk/lib/tkentry.rb
+++ b/ext/tk/lib/tkentry.rb
@@ -7,7 +7,7 @@ require 'tk.rb'
class TkEntry<TkLabel
WidgetClassName = 'Entry'.freeze
- TkClassBind::WidgetClassNameTBL[WidgetClassName] = self
+ WidgetClassNames[WidgetClassName] = self
def self.to_eval
WidgetClassName
end