| 3276 purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/fgcolor", ""); |
3276 purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/fgcolor", ""); |
| 3277 purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/font_face", ""); |
3277 purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/font_face", ""); |
| 3278 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/font_size", 3); |
3278 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/font_size", 3); |
| 3279 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/scrollback_lines", 4000); |
3279 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/scrollback_lines", 4000); |
| 3280 |
3280 |
| 3281 #ifdef _WIN32 |
|
| 3282 purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/use_theme_font", TRUE); |
|
| 3283 purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/custom_font", ""); |
|
| 3284 #endif |
|
| 3285 |
|
| 3286 /* Conversations -> Chat */ |
3281 /* Conversations -> Chat */ |
| 3287 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/conversations/chat"); |
3282 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/conversations/chat"); |
| 3288 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/entry_height", 54); |
3283 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/entry_height", 54); |
| 3289 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/userlist_width", 80); |
3284 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/userlist_width", 80); |
| 3290 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/x", 0); |
3285 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/x", 0); |