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 | c8ba6d62fc3348a69e89e6e38404445ddc100b5f (patch) | |
| tree | 3ad6aa16333cd006baaf12d82604e13a84342053 /ext/tk/lib/tk.rb | |
| parent | 131a9eba7fed8b7738a48b5b042d9ec9e914acff (diff) | |
| download | ruby-c8ba6d62fc3348a69e89e6e38404445ddc100b5f.tar.gz ruby-c8ba6d62fc3348a69e89e6e38404445ddc100b5f.tar.xz ruby-c8ba6d62fc3348a69e89e6e38404445ddc100b5f.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/trunk@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' |
