pidgin/pidgin.h

changeset 16126
820a96de9339
parent 16125
cd0c5790f26f
parent 16123
8b98683319e7
child 16238
33bf2fd32108
child 16254
eeb2bba4dc94
child 20478
46933dc62880
equal deleted inserted replaced
16125:cd0c5790f26f 16126:820a96de9339
37 #endif 37 #endif
38 38
39 /** 39 /**
40 * Our UI's identifier. 40 * Our UI's identifier.
41 */ 41 */
42 #define PIDGIN_UI "pidgin" 42 /* leave this as gtk-gaim until we have a decent way to migrate UI-prefs */
43 #define PIDGIN_UI "gtk-gaim"
44
45 /* change this only when we have a sane upgrade path for old prefs */
46 #define PIDGIN_PREFS_ROOT "/gaim/gtk"
43 47
44 #ifndef _WIN32 48 #ifndef _WIN32
45 # define PIDGIN_ALERT_TITLE "" 49 # define PIDGIN_ALERT_TITLE ""
46 #else 50 #else
47 # define PIDGIN_ALERT_TITLE PIDGIN_NAME 51 # define PIDGIN_ALERT_TITLE PIDGIN_NAME

mercurial