pidgin/pidgin.h

changeset 16977
c9cb49bea66d
parent 16478
19107605c565
child 17001
09ceabd6b129
equal deleted inserted replaced
16976:3a4c6c96e2cf 16977:c9cb49bea66d
42 /* leave this as gtk-gaim until we have a decent way to migrate UI-prefs */ 42 /* leave this as gtk-gaim until we have a decent way to migrate UI-prefs */
43 #define PIDGIN_UI "gtk-gaim" 43 #define PIDGIN_UI "gtk-gaim"
44 44
45 /* change this only when we have a sane upgrade path for old prefs */ 45 /* change this only when we have a sane upgrade path for old prefs */
46 #define PIDGIN_PREFS_ROOT "/pidgin" 46 #define PIDGIN_PREFS_ROOT "/pidgin"
47
48 /* Translators may want to transliterate the name. */
49 #define PIDGIN_NAME _("Pidgin")
47 50
48 #ifndef _WIN32 51 #ifndef _WIN32
49 # define PIDGIN_ALERT_TITLE "" 52 # define PIDGIN_ALERT_TITLE ""
50 #else 53 #else
51 # define PIDGIN_ALERT_TITLE PIDGIN_NAME 54 # define PIDGIN_ALERT_TITLE PIDGIN_NAME

mercurial