comparison gtk/gtkgaim.h @ 15372:f79e0f4df793

Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few places within gtk/ to use it. There's a lot of instances of "Gaim" strings in libpurple which would be better of not referring to anything at all.
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 00:38:22 +0000
parents d67f4b21ec18
children
comparison
equal deleted inserted replaced
15371:d39a4d3f7750 15372:f79e0f4df793
35 #ifdef _WIN32 35 #ifdef _WIN32
36 # include "gtkwin32dep.h" 36 # include "gtkwin32dep.h"
37 #endif 37 #endif
38 38
39 /** 39 /**
40 * Our user-readable name
41 */
42 #define PIDGIN_NAME "Pidgin"
43
44 /**
40 * Our UI's identifier. 45 * Our UI's identifier.
41 */ 46 */
42 #define GAIM_GTK_UI "gtk-gaim" 47 #define GAIM_GTK_UI "gtk-gaim"
43 48
44 #ifndef _WIN32 49 #ifndef _WIN32
45 # define GAIM_ALERT_TITLE "" 50 # define GAIM_ALERT_TITLE ""
46 #else 51 #else
47 # define GAIM_ALERT_TITLE "Gaim" 52 # define GAIM_ALERT_TITLE PIDGIN_NAME
48 #endif 53 #endif
49 54
50 /* 55 /*
51 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x) 56 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x)
52 * It defines the new wrap behavior (unknown in earlier versions) 57 * It defines the new wrap behavior (unknown in earlier versions)