From 2859370e31c4b1b70594a87040361e25acc5c7c4 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 18 Nov 2005 05:26:04 +0000 Subject: moved the position of Spell tab. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@762 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 69b05440..99131c69 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -93,10 +93,6 @@ static PrefParam param[] = { {"show_ruler", "TRUE", &prefs_common.show_ruler, P_BOOL}, - /* Spelling */ - {"check_spell", "FALSE", &prefs_common.check_spell, P_BOOL}, - {"spell_lang", "en", &prefs_common.spell_lang, P_STRING}, - /* Quote */ {"reply_quote_mark", "> ", &prefs_common.quotemark, P_STRING}, {"reply_quote_format", "On %d\\n%f wrote:\\n\\n%Q", @@ -109,6 +105,10 @@ static PrefParam param[] = { "?n{Newsgroups: %n\\n}?s{Subject: %s\\n}\\n\\n%M", &prefs_common.fw_quotefmt, P_STRING}, + /* Spelling */ + {"check_spell", "FALSE", &prefs_common.check_spell, P_BOOL}, + {"spell_lang", "en", &prefs_common.spell_lang, P_STRING}, + /* Display */ {"message_font_name", DEFAULT_MESSAGE_FONT, &prefs_common.textfont, P_STRING}, -- cgit v1.2.3