diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 05:11:19 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 05:11:19 +0000 |
| commit | de21fdf301ef36e0a05c837cfaea2306112af6a7 (patch) | |
| tree | 6e0f37848e6812b0de5b0c797a911dad246abb72 /ext/tk/lib/tk.rb | |
| parent | bff7aa002bc8a538be5602d5554911c65a48f29f (diff) | |
| download | ruby-de21fdf301ef36e0a05c837cfaea2306112af6a7.tar.gz ruby-de21fdf301ef36e0a05c837cfaea2306112af6a7.tar.xz ruby-de21fdf301ef36e0a05c837cfaea2306112af6a7.zip | |
* ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 9f6290952..174d34cea 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4199,7 +4199,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-07-22'.freeze + RELEASE_DATE = '2005-07-25'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
