Mercurial > pidgin
comparison src/prpl.h @ 5367:fc0441fbf159
[gaim-migrate @ 5743]
javabsp fixed y!m point sizes (again)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 14 May 2003 04:11:23 +0000 |
| parents | 890b29f00b68 |
| children | 3e8487580024 |
comparison
equal
deleted
inserted
replaced
| 5366:23898d72679c | 5367:fc0441fbf159 |
|---|---|
| 156 * | 156 * |
| 157 * Passwords in IRC are optional, and are needed for certain | 157 * Passwords in IRC are optional, and are needed for certain |
| 158 * functionality. | 158 * functionality. |
| 159 */ | 159 */ |
| 160 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000100, | 160 OPT_PROTO_PASSWORD_OPTIONAL = 0x00000100, |
| 161 | |
| 162 /** | |
| 163 * Allows font size to be specified in sane point size | |
| 164 * | |
| 165 * Probably just Jabber and Y!M | |
| 166 */ | |
| 167 OPT_PROTO_USE_POINTSIZE = 0x00000200, | |
| 161 | 168 |
| 162 } GaimProtocolOptions; | 169 } GaimProtocolOptions; |
| 163 | 170 |
| 164 /** Custom away message. */ | 171 /** Custom away message. */ |
| 165 #define GAIM_AWAY_CUSTOM _("Custom") | 172 #define GAIM_AWAY_CUSTOM _("Custom") |
