changeset 11647:a4880ada048d

[gaim-migrate @ 13926] About Boxed! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 12 Oct 2005 23:55:41 +0000
parents 42ce5c68870a
children bfefd21ca616
files src/gtkdialogs.c
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkdialogs.c	Wed Oct 12 04:24:20 2005 +0000
+++ b/src/gtkdialogs.c	Wed Oct 12 23:55:41 2005 +0000
@@ -81,6 +81,7 @@
 	{"Robert 'Robot101' McQueen",	NULL,	NULL},
 	{"Benjamin Miller",				NULL,	NULL},
 	{"Kevin 'SimGuy' Stange",		NULL,	NULL},
+	{"Sadrul Habib Chowdhury",   	NULL, 	NULL},
 	{NULL, NULL, NULL}
 };
 
@@ -371,6 +372,19 @@
 	g_string_append(str, "    <b>GtkSpell:</b> Disabled<br/>");
 #endif
 
+#ifdef HAVE_VV
+	g_string_append_printf(str, "    <b>Video/Voice support:</b> Enabled<br/>");
+#else
+	g_string_append_printf(str, "    <b>Video/Voice support:</b> Disabled<br/>");
+#endif
+
+#ifdef HAVE_GST_08
+/* TODO: Make this intelligent to the gstreamer version*/
+	g_string_append_printf(str, "    <b>gstreamer 0.8 support:</b> Enabled<br/>");
+#else
+	g_string_append_printf(str, "    <b>gstreamer 0.8 support:</b> Disabled<br/>");
+#endif
+
 #ifdef HAVE_GNUTLS
 	g_string_append(str, "    <b>GnuTLS:</b> Enabled<br/>");
 #else