aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
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.h
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.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;