aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-18 05:26:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-18 05:26:04 +0000
commit2859370e31c4b1b70594a87040361e25acc5c7c4 (patch)
tree9e28871f74db14b83a0a520f7c4bff12b4b9e0b3 /libsylph/prefs_common.c
parent141e0a868d0bcdf0c30a7282a7bda79c3ff5f9fa (diff)
moved the position of Spell tab.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@762 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c8
1 files changed, 4 insertions, 4 deletions
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},