aboutsummaryrefslogtreecommitdiff
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
parentf72c8848a937e81c168393f166f2c6104e573572 (diff)
show GtkSpell in compiled-in features.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@756 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--src/about.c3
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e1d2c65..6916bcdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-17
+ * src/about.c: show GtkSpell in compiled-in features.
+
+2005-11-17
+
* configure.in: fixed wrong status report of GtkSpell.
2005-11-17
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 54061bea..09165136 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-11-17
+ * src/about.c: compiled-in features に GtkSpell を表示。
+
+2005-11-17
+
* configure.in: GtkSpell のステータスレポートが誤っていたのを修正。
2005-11-17
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);