pidgin/gtkdialogs.c

branch
vv
changeset 26337
ec2fc1bc9024
parent 25911
f22097dc8413
parent 26319
b21e248eb4c7
child 26399
8917621d00e2
equal deleted inserted replaced
26044:133e5eca834c 26337:ec2fc1bc9024
641 } else { 641 } else {
642 g_string_append(str, " <b>Tcl:</b> Disabled<br/>"); 642 g_string_append(str, " <b>Tcl:</b> Disabled<br/>");
643 g_string_append(str, " <b>Tk:</b> Disabled<br/>"); 643 g_string_append(str, " <b>Tk:</b> Disabled<br/>");
644 } 644 }
645 645
646 #ifdef USE_VV
647 g_string_append(str, " <b>Voice and Video:</b> Enabled<br/>");
648 #else
649 g_string_append(str, " <b>Voice and Video:</b> Disabled<br/>");
650 #endif
651
646 #ifndef _WIN32 652 #ifndef _WIN32
647 #ifdef USE_SM 653 #ifdef USE_SM
648 g_string_append(str, " <b>X Session Management:</b> Enabled<br/>"); 654 g_string_append(str, " <b>X Session Management:</b> Enabled<br/>");
649 #else 655 #else
650 g_string_append(str, " <b>X Session Management:</b> Disabled<br/>"); 656 g_string_append(str, " <b>X Session Management:</b> Disabled<br/>");

mercurial