comparison pidgin/pidgin.h @ 16062:07554cc5d090

Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades until someone comes up with something cleverererer
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 11 Apr 2007 13:38:05 +0000
parents fccb6b33aba6
children 5106ccf9f9f1
comparison
equal deleted inserted replaced
16061:3b86ad370861 16062:07554cc5d090
39 /** 39 /**
40 * Our UI's identifier. 40 * Our UI's identifier.
41 */ 41 */
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
45 /* change this only when we have a sane upgrade path for old prefs */
46 #define PIDGIN_PREFS_ROOT "/gaim/gtk"
44 47
45 #ifndef _WIN32 48 #ifndef _WIN32
46 # define PIDGIN_ALERT_TITLE "" 49 # define PIDGIN_ALERT_TITLE ""
47 #else 50 #else
48 # define PIDGIN_ALERT_TITLE PIDGIN_NAME 51 # define PIDGIN_ALERT_TITLE PIDGIN_NAME