summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/tcllib.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-06 16:08:45 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-06 16:08:45 +0000
commita727cf52ccf13e71c73c5ebf6c47eb095e02e38a (patch)
tree32d06db26fce4ab1316991f8a349eb0e12791b62 /ext/tk/lib/tkextlib/tcllib.rb
parent03f61b4177f69ae16b59215ca49ac41865ee22e5 (diff)
* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCode
* ext/tk/lib/tkextlib/bwidget.rb: bug fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/tcllib.rb')
-rw-r--r--ext/tk/lib/tkextlib/tcllib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkextlib/tcllib.rb b/ext/tk/lib/tkextlib/tcllib.rb
index 8810943b5b..862bc9a7d3 100644
--- a/ext/tk/lib/tkextlib/tcllib.rb
+++ b/ext/tk/lib/tkextlib/tcllib.rb
@@ -29,7 +29,7 @@ rescue => e
err << "\n ['" << target << "'] " << e.class.name << ' : ' << e.message
end
-# package:: cursor
+# package:: style
target = 'tkextlib/tcllib/style'
begin
require target