Use PIDGIN_NAME here, rather than duplicate it.

Mon, 02 Nov 2009 04:45:52 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 02 Nov 2009 04:45:52 +0000
changeset 28800
a57c85844d28
parent 28799
2ed8df75a7de
child 28801
cb59081577c1

Use PIDGIN_NAME here, rather than duplicate it.

pidgin/gtkmain.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkmain.c	Mon Nov 02 03:12:45 2009 +0000
+++ b/pidgin/gtkmain.c	Mon Nov 02 04:45:52 2009 +0000
@@ -744,7 +744,7 @@
 	}
 
 #if GLIB_CHECK_VERSION(2,2,0)
-	g_set_application_name(_("Pidgin"));
+	g_set_application_name(PIDGIN_NAME);
 #endif /* glib-2.0 >= 2.2.0 */
 
 #ifdef _WIN32

mercurial