diff gtk/gtkdialogs.c @ 14604:1e1bcb4a6d82

[gaim-migrate @ 17332] Update the Help dialog in the GTK+ UI to properly show that an internal libgadu is being used on !win32. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 21 Sep 2006 03:07:04 +0000
parents b4c04b1891d6
children bc2b2f9a1a1b
line wrap: on
line diff
--- a/gtk/gtkdialogs.c	Wed Sep 20 20:32:43 2006 +0000
+++ b/gtk/gtkdialogs.c	Thu Sep 21 03:07:04 2006 +0000
@@ -497,15 +497,15 @@
 #endif
 #endif
 
-#ifdef HAVE_LIBGADU
-#ifdef _WIN32
+#if defined(_WIN32) || defined(USE_INTERNAL_LIBGADU)
 	g_string_append(str, "    <b>Gadu-Gadu library (libgadu):</b> Internal<br/>");
 #else
+#ifdef HAVE_LIBGADU
 	g_string_append(str, "    <b>Gadu-Gadu library (libgadu):</b> Enabled<br/>");
-#endif
 #else
 	g_string_append(str, "    <b>Gadu-Gadu library (libgadu):</b> Disabled<br/>");
 #endif
+#endif
 
 #ifdef USE_GTKSPELL
 	g_string_append(str, "    <b>GtkSpell:</b> Enabled<br/>");