diff pidgin/gtkdialogs.c @ 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 d6df2d048eb1
children 4bc74deeb503
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/>");