aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-03 06:52:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-03 06:52:37 +0000
commit34165083a911ffb9bf2c6938e3466285d553cfd8 (patch)
tree84794a347e85611b44fab93d07adb95735303d58 /src/about.c
parent5e8ab5643ca4752d53f4363d21bbc2b7b6518aef (diff)
support Oniguruma for regex.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1113 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/about.c b/src/about.c
index 2b780fa1..cecf5fbe 100644
--- a/src/about.c
+++ b/src/about.c
@@ -165,6 +165,9 @@ static void about_create(void)
#if USE_GTKSPELL
" GtkSpell"
#endif
+#if USE_ONIGURUMA
+ " Oniguruma"
+#endif
"");
label = gtk_label_new(buf);