comparison src/gaimrc.c @ 3919:82d3edd659cb

[gaim-migrate @ 4082] This should be on by default. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 08 Nov 2002 04:22:26 +0000
parents 7a36590e9fdb
children a1708fada890
comparison
equal deleted inserted replaced
3918:c62aa3df37e7 3919:82d3edd659cb
1144 OPT_CONVO_ENTER_SENDS | 1144 OPT_CONVO_ENTER_SENDS |
1145 OPT_CONVO_SEND_LINKS | 1145 OPT_CONVO_SEND_LINKS |
1146 OPT_CONVO_CTL_CHARS | 1146 OPT_CONVO_CTL_CHARS |
1147 OPT_CONVO_CTL_SMILEYS | 1147 OPT_CONVO_CTL_SMILEYS |
1148 OPT_CONVO_SHOW_TIME | 1148 OPT_CONVO_SHOW_TIME |
1149 OPT_CONVO_SHOW_SMILEY; 1149 OPT_CONVO_SHOW_SMILEY |
1150 OPT_CONVO_CHECK_SPELLING;
1150 1151
1151 im_options = 1152 im_options =
1152 OPT_IM_POPUP | 1153 OPT_IM_POPUP |
1153 OPT_IM_LOGON | 1154 OPT_IM_LOGON |
1154 OPT_IM_BUTTON_XPM | 1155 OPT_IM_BUTTON_XPM |