aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
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},