comparison pidgin/gtkdialogs.c @ 23853: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
comparison
equal deleted inserted replaced
23852:a1a1f44cdecc 23853:8c4bc05513c7
668 } else { 668 } else {
669 g_string_append(str, " <b>Tcl:</b> Disabled<br/>"); 669 g_string_append(str, " <b>Tcl:</b> Disabled<br/>");
670 g_string_append(str, " <b>Tk:</b> Disabled<br/>"); 670 g_string_append(str, " <b>Tk:</b> Disabled<br/>");
671 } 671 }
672 672
673 #ifdef USE_VV
674 g_string_append(str, " <b>Voice and Video:</b> Enabled<br/>");
675 #else
676 g_string_append(str, " <b>Voice and Video:</b> Disabled<br/>");
677 #endif
678
673 #ifndef _WIN32 679 #ifndef _WIN32
674 #ifdef USE_SM 680 #ifdef USE_SM
675 g_string_append(str, " <b>X Session Management:</b> Enabled<br/>"); 681 g_string_append(str, " <b>X Session Management:</b> Enabled<br/>");
676 #else 682 #else
677 g_string_append(str, " <b>X Session Management:</b> Disabled<br/>"); 683 g_string_append(str, " <b>X Session Management:</b> Disabled<br/>");