diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-15 05:05:33 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-15 05:05:33 +0000 |
commit | 75fa9967d1ea73cd223d410cb2b7568e8230d858 (patch) | |
tree | c00eb5478856f3f33aed99f7fb7bbdf4c228cd23 | |
parent | b74a903d5ce2bfcc0b7cca07e366e8e2b80d9d08 (diff) |
use SHGetFolderPath() instead of using environmental variable APPDATA.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1479 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2007-01-15 * libsylph/utils.c: get_rc_dir(): win32: use SHGetFolderPath() instead - of environmental variable APPDATA. + of using environmental variable APPDATA. 2007-01-15 |