Mercurial > pidgin
comparison gtk/gtkdialogs.c @ 14825:a02c29df922f
[gaim-migrate @ 17592]
Enable QQ in wingaim.
I don't really have a way to test it.
Also disable some debug stuff in the about screen that doesn't make sense in wingaim.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 28 Oct 2006 00:28:06 +0000 |
parents | 664baa843aa7 |
children | d6a98c79ef84 |
comparison
equal
deleted
inserted
replaced
14824:6ec7e963d186 | 14825:a02c29df922f |
---|---|
526 #else | 526 #else |
527 g_string_append(str, " <b>GStreamer:</b> Disabled<br/>"); | 527 g_string_append(str, " <b>GStreamer:</b> Disabled<br/>"); |
528 #endif | 528 #endif |
529 #endif | 529 #endif |
530 | 530 |
531 #ifndef _WIN32 | |
531 #ifdef ENABLE_MONO | 532 #ifdef ENABLE_MONO |
532 g_string_append(str, " <b>Mono:</b> Enabled<br/>"); | 533 g_string_append(str, " <b>Mono:</b> Enabled<br/>"); |
533 #else | 534 #else |
534 g_string_append(str, " <b>Mono:</b> Disabled<br/>"); | 535 g_string_append(str, " <b>Mono:</b> Disabled<br/>"); |
535 #endif | 536 #endif |
536 | 537 #endif |
538 | |
539 #ifndef _WIN32 | |
537 #ifdef HAVE_LIBNM | 540 #ifdef HAVE_LIBNM |
538 g_string_append(str, " <b>NetworkManager:</b> Enabled<br/>"); | 541 g_string_append(str, " <b>NetworkManager:</b> Enabled<br/>"); |
539 #else | 542 #else |
540 g_string_append(str, " <b>NetworkManager:</b> Disabled<br/>"); | 543 g_string_append(str, " <b>NetworkManager:</b> Disabled<br/>"); |
544 #endif | |
541 #endif | 545 #endif |
542 | 546 |
543 #ifdef HAVE_NSS | 547 #ifdef HAVE_NSS |
544 g_string_append(str, " <b>Network Security Services (NSS):</b> Enabled<br/>"); | 548 g_string_append(str, " <b>Network Security Services (NSS):</b> Enabled<br/>"); |
545 #else | 549 #else |