Mercurial > pidgin.yaz
comparison src/gtkdialogs.c @ 11648:bfefd21ca616
[gaim-migrate @ 13927]
Unaboutboxed
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 12 Oct 2005 23:59:40 +0000 |
parents | a4880ada048d |
children | 13f19073c0e1 |
comparison
equal
deleted
inserted
replaced
11647:a4880ada048d | 11648:bfefd21ca616 |
---|---|
370 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); | 370 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); |
371 #else | 371 #else |
372 g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>"); | 372 g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>"); |
373 #endif | 373 #endif |
374 | 374 |
375 #ifdef HAVE_VV | |
376 g_string_append_printf(str, " <b>Video/Voice support:</b> Enabled<br/>"); | |
377 #else | |
378 g_string_append_printf(str, " <b>Video/Voice support:</b> Disabled<br/>"); | |
379 #endif | |
380 | |
381 #ifdef HAVE_GST_08 | |
382 /* TODO: Make this intelligent to the gstreamer version*/ | |
383 g_string_append_printf(str, " <b>gstreamer 0.8 support:</b> Enabled<br/>"); | |
384 #else | |
385 g_string_append_printf(str, " <b>gstreamer 0.8 support:</b> Disabled<br/>"); | |
386 #endif | |
387 | |
388 #ifdef HAVE_GNUTLS | 375 #ifdef HAVE_GNUTLS |
389 g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>"); | 376 g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>"); |
390 #else | 377 #else |
391 g_string_append(str, " <b>GnuTLS:</b> Disabled<br/>"); | 378 g_string_append(str, " <b>GnuTLS:</b> Disabled<br/>"); |
392 #endif | 379 #endif |