diff pidgin/gtkdialogs.c @ 28692:f7d7cf32a715

Note whether IDN support is enabled/disabled in the Help->About dialog.
author Paul Aurich <paul@darkrain42.org>
date Sun, 04 Oct 2009 18:01:35 +0000
parents 542b75da206e
children 9d1f52871841 c095f1795112 7c346c5a05d4
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sun Oct 04 18:01:17 2009 +0000
+++ b/pidgin/gtkdialogs.c	Sun Oct 04 18:01:35 2009 +0000
@@ -658,6 +658,12 @@
 	g_string_append(str, "    <b>Tk:</b> Disabled<br/>");
 }
 
+#ifdef USE_IDN
+	g_string_append(str, "    <b>UTF-8 DNS (IDN):</b> Enabled<br/>");
+#else
+	g_string_append(str, "    <b>UTF-8 DNS (IDN):</b> Disabled<br/>");
+#endif
+
 #ifdef USE_VV
 	g_string_append(str, "    <b>Voice and Video:</b> Enabled<br/>");
 #else