pidgin/gtkgaim.h

changeset 15562
8c8249fe5e3c
parent 15498
2ee3112b6f24
child 15572
e069b22c1fc4
equal deleted inserted replaced
15561:bdb019a1f485 15562:8c8249fe5e3c
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 /* #warning ***gtkgaim*** */ 25 /* #warning ***gtkgaim*** */
26 #ifndef _GAIM_GTKGAIM_H_ 26 #ifndef _PIDGINGAIM_H_
27 #define _GAIM_GTKGAIM_H_ 27 #define _PIDGINGAIM_H_
28 28
29 #ifndef _WIN32 29 #ifndef _WIN32
30 # include <gdk/gdkx.h> 30 # include <gdk/gdkx.h>
31 #endif 31 #endif
32 32
37 #endif 37 #endif
38 38
39 /** 39 /**
40 * Our UI's identifier. 40 * Our UI's identifier.
41 */ 41 */
42 #define GAIM_GTK_UI "gtk-gaim" 42 #define PIDGIN_UI "gtk-gaim"
43 43
44 #ifndef _WIN32 44 #ifndef _WIN32
45 # define GAIM_ALERT_TITLE "" 45 # define GAIM_ALERT_TITLE ""
46 #else 46 #else
47 # define GAIM_ALERT_TITLE PIDGIN_NAME 47 # define GAIM_ALERT_TITLE PIDGIN_NAME
86 * See GNOME bug #307304 for some discussion about the invisible 86 * See GNOME bug #307304 for some discussion about the invisible
87 * character. 0x25cf is a good choice, too. 87 * character. 0x25cf is a good choice, too.
88 */ 88 */
89 #define GAIM_INVISIBLE_CHAR (gunichar)0x2022 89 #define GAIM_INVISIBLE_CHAR (gunichar)0x2022
90 90
91 #endif /* _GAIM_GTKGAIM_H_ */ 91 #endif /* _PIDGINGAIM_H_ */
92 92

mercurial