From b4713351ce34dea9db796fe8464ba8fdbca7716a Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 2 Aug 2004 09:06:18 +0000 Subject: * ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to set trans_str to the same as src_str when trans_str is not given.) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00b194af8..38b483413 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 2 18:04:21 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk/msgcat.rb (set_translation): bug fix (fail to set + trans_str to the same as src_str when trans_str is not given.) + Mon Aug 2 17:40:44 2004 Yukihiro Matsumoto * eval.c (blk_free): fixed serious memory leak. [ruby-dev:24013] -- cgit