diff pidgin/pidgin.h @ 16932:b668951121d8

Change the PIDGIN_NAME stuff to allow translators to transliterate the name. The only advantage of PIDGIN_NAME is that it reduces the number of strings in the .po file where they'd need to transliterate Pidgin. I'm not sure if that's useful or not.
author Richard Laager <rlaager@wiktel.com>
date Sun, 06 May 2007 00:44:41 +0000
parents 4999bbc52881
children 816759ae9644
line wrap: on
line diff
--- a/pidgin/pidgin.h	Sun May 06 00:43:29 2007 +0000
+++ b/pidgin/pidgin.h	Sun May 06 00:44:41 2007 +0000
@@ -45,6 +45,9 @@
 /* change this only when we have a sane upgrade path for old prefs */
 #define PIDGIN_PREFS_ROOT "/pidgin"
 
+/* Translators may want to transliterate the name. */
+#define PIDGIN_NAME _("Pidgin")
+
 #ifndef _WIN32
 # define PIDGIN_ALERT_TITLE ""
 #else