diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-20 10:33:27 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-20 10:33:27 +0000 |
commit | a5fddd5b417a3aff4e4f1771a45763c280df0823 (patch) | |
tree | 971de78caff05e492f5390bcb593d92883baa396 /ChangeLog.ja | |
parent | da881bdaac99a26615b4022044d6d18ba0428b0b (diff) |
action.c: convert locale strings to UTF-8 before displaying it.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@24 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r-- | ChangeLog.ja | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index c6e33efe..e94c1b17 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,10 @@ 2005-01-20 + * src/action.c: 表示する前に locale 文字列を UTF-8 に変換するように + した(Alfons さん thanks)。 + +2005-01-20 + * src/statusbar.c src/summaryview.c src/setup.c |