comparison src/gtkgaim.h @ 11986:bfbb1798535e

[gaim-migrate @ 14279] Switch to using the unicode character 0x25cf instead of an asterisk as our password masking character. In the words of the great Christian Hammond, "By the way, isn't it about time we replace the asterisk in masked entries with that unicode character for the round filled circle ("?")? The asterisk is so 1980s." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Nov 2005 23:42:35 +0000
parents 59ae71ae0b7c
children 08be85ee79c0
comparison
equal deleted inserted replaced
11985:41d84ac57cb6 11986:bfbb1798535e
61 */ 61 */
62 #define GAIM_HIG_CAT_SPACE 18 62 #define GAIM_HIG_CAT_SPACE 18
63 #define GAIM_HIG_BORDER 12 63 #define GAIM_HIG_BORDER 12
64 #define GAIM_HIG_BOX_SPACE 6 64 #define GAIM_HIG_BOX_SPACE 6
65 65
66 #define GAIM_INVISIBLE_CHAR (gunichar)0x25cf
67
66 #endif /* _GAIM_GTKGAIM_H_ */ 68 #endif /* _GAIM_GTKGAIM_H_ */
67 69