diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-16 05:41:15 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-16 05:41:15 +0000 |
commit | 839719a70498485a26889ee86086e768ead87d1b (patch) | |
tree | 3cebaabeab426e1982639647da93b57438794499 /libsylph | |
parent | 16de7229895d8c8da1ed334a2b638d1795c51626 (diff) |
win32: check for the loadability of the default font.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1637 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/prefs_common.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 4088e5f3..390f80f2 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -426,15 +426,6 @@ void prefs_common_read_config(void) prefs_read_config(param, "Common", path, NULL); -#ifdef G_OS_WIN32 - if (!is_file_exist(path)) { - if (conv_is_ja_locale()) { - g_free(prefs_common.textfont); - prefs_common.textfont = g_strdup("MS Gothic 12"); - } - } -#endif - g_free(path); prefs_common.online_mode = TRUE; |