diff pidgin/pidgin.h @ 15632:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents 7ae72b7c02b1
children cebfc6af3eb5
line wrap: on
line diff
--- a/pidgin/pidgin.h	Wed Feb 14 02:28:44 2007 +0000
+++ b/pidgin/pidgin.h	Wed Feb 14 02:35:35 2007 +0000
@@ -23,8 +23,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 /* #warning ***pidgin*** */
-#ifndef _PIDGINGAIM_H_
-#define _PIDGINGAIM_H_
+#ifndef _PIDGIN_H_
+#define _PIDGIN_H_
 
 #ifndef _WIN32
 # include <gdk/gdkx.h>
@@ -44,7 +44,7 @@
 #ifndef _WIN32
 # define GAIM_ALERT_TITLE ""
 #else
-# define GAIM_ALERT_TITLE PIDGIN_NAME 
+# define GAIM_ALERT_TITLE PIDGIN_NAME
 #endif
 
 /*
@@ -88,5 +88,5 @@
  */
 #define GAIM_INVISIBLE_CHAR (gunichar)0x2022
 
-#endif /* _PIDGINGAIM_H_ */
+#endif /* _PIDGIN_H_ */