aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:56:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:56:01 +0000
commit29abe1279ca6ee5cbf69205517b66f8cbb1ee189 (patch)
treed7d005c5fa7448082afdfd9b21fcb70360669bc1 /src
parentf72c8848a937e81c168393f166f2c6104e573572 (diff)
show GtkSpell in compiled-in features.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@756 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/about.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/about.c b/src/about.c
index 16585857..c7ab190c 100644
--- a/src/about.c
+++ b/src/about.c
@@ -162,6 +162,9 @@ static void about_create(void)
#if USE_JPILOT
" JPilot"
#endif
+#if USE_GTKSPELL
+ " GtkSpell"
+#endif
"");
label = gtk_label_new(buf);