diff 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
line wrap: on
line diff
--- a/gtk/gtkdialogs.c	Fri Oct 27 18:30:56 2006 +0000
+++ b/gtk/gtkdialogs.c	Sat Oct 28 00:28:06 2006 +0000
@@ -528,17 +528,21 @@
 #endif
 #endif
 
+#ifndef _WIN32
 #ifdef ENABLE_MONO
 	g_string_append(str, "    <b>Mono:</b> Enabled<br/>");
 #else
 	g_string_append(str, "    <b>Mono:</b> Disabled<br/>");
 #endif
+#endif
 
+#ifndef _WIN32
 #ifdef HAVE_LIBNM
 	g_string_append(str, "    <b>NetworkManager:</b> Enabled<br/>");
 #else
 	g_string_append(str, "    <b>NetworkManager:</b> Disabled<br/>");
 #endif
+#endif
 
 #ifdef HAVE_NSS
 	g_string_append(str, "    <b>Network Security Services (NSS):</b> Enabled<br/>");