aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 0db81ded..761ec691 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -84,10 +84,6 @@ struct _PrefsCommon
gboolean default_reply_list;
gboolean show_ruler;
- /* Spelling */
- gboolean check_spell;
- gchar *spell_lang;
-
/* Quote */
gboolean reply_with_quote;
gchar *quotemark;
@@ -95,6 +91,10 @@ struct _PrefsCommon
gchar *fw_quotemark;
gchar *fw_quotefmt;
+ /* Spelling */
+ gboolean check_spell;
+ gchar *spell_lang;
+
/* Display */
gchar *textfont;