diff 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
line wrap: on
line diff
--- a/src/gtkgaim.h	Sat Nov 05 21:49:44 2005 +0000
+++ b/src/gtkgaim.h	Sat Nov 05 23:42:35 2005 +0000
@@ -63,5 +63,7 @@
 #define GAIM_HIG_BORDER        12
 #define GAIM_HIG_BOX_SPACE      6
 
+#define GAIM_INVISIBLE_CHAR (gunichar)0x25cf
+
 #endif /* _GAIM_GTKGAIM_H_ */