diff pidgin/pidgin.h @ 15820:cebfc6af3eb5

More Gaim to Pidgin stuff
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 06:01:29 +0000
parents a830f9756f23
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/pidgin.h	Sun Mar 18 21:12:40 2007 +0000
+++ b/pidgin/pidgin.h	Mon Mar 19 06:01:29 2007 +0000
@@ -42,9 +42,9 @@
 #define PIDGIN_UI "pidgin"
 
 #ifndef _WIN32
-# define GAIM_ALERT_TITLE ""
+# define PIDGIN_ALERT_TITLE ""
 #else
-# define GAIM_ALERT_TITLE PIDGIN_NAME
+# define PIDGIN_ALERT_TITLE PIDGIN_NAME
 #endif
 
 /*
@@ -78,15 +78,15 @@
  * Spacings between components, as defined by the
  * GNOME Human Interface Guidelines.
  */
-#define GAIM_HIG_CAT_SPACE     18
-#define GAIM_HIG_BORDER        12
-#define GAIM_HIG_BOX_SPACE      6
+#define PIDGIN_HIG_CAT_SPACE     18
+#define PIDGIN_HIG_BORDER        12
+#define PIDGIN_HIG_BOX_SPACE      6
 
 /*
  * See GNOME bug #307304 for some discussion about the invisible
  * character.  0x25cf is a good choice, too.
  */
-#define GAIM_INVISIBLE_CHAR (gunichar)0x2022
+#define PIDGIN_INVISIBLE_CHAR (gunichar)0x2022
 
 #endif /* _PIDGIN_H_ */