changeset 25703:8c4bc05513c7

Added whether voice and video support has been enabled in Pidgin's About dialog.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 16 Jul 2008 21:35:24 +0000
parents a1a1f44cdecc
children 517062503b48
files pidgin/gtkdialogs.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Fri Jul 11 02:10:04 2008 +0000
+++ b/pidgin/gtkdialogs.c	Wed Jul 16 21:35:24 2008 +0000
@@ -670,6 +670,12 @@
 	g_string_append(str, "    <b>Tk:</b> Disabled<br/>");
 }
 
+#ifdef USE_VV
+	g_string_append(str, "    <b>Voice and Video:</b> Enabled<br/>");
+#else
+	g_string_append(str, "    <b>Voice and Video:</b> Disabled<br/>");
+#endif
+
 #ifndef _WIN32
 #ifdef USE_SM
 	g_string_append(str, "    <b>X Session Management:</b> Enabled<br/>");