Mercurial > pidgin
comparison src/prefs.c @ 206:610b7ffc4821
[gaim-migrate @ 216]
Yeah, I ripped off torrey's spell checking code and made it work with GAIM :)
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 01 May 2000 10:12:08 +0000 |
| parents | 0ff9f19b9b23 |
| children | 83dd297aa363 |
comparison
equal
deleted
inserted
replaced
| 205:5531861bf3f5 | 206:610b7ffc4821 |
|---|---|
| 383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); | 383 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); |
| 384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); | 384 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); |
| 385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); | 385 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); |
| 386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); | 386 gaim_button("Ignore new conversations when away", &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); |
| 387 gaim_button("Automagically check for new releases", &general_options, OPT_GEN_CHECK_VERSIONS, genbox); | 387 gaim_button("Automagically check for new releases", &general_options, OPT_GEN_CHECK_VERSIONS, genbox); |
| 388 gaim_button("Automagically highlight misspelled words", &general_options, OPT_GEN_CHECK_SPELLING, genbox); | |
| 388 if (!dw && (general_options & OPT_GEN_DEBUG)) | 389 if (!dw && (general_options & OPT_GEN_DEBUG)) |
| 389 general_options = general_options ^ OPT_GEN_DEBUG; | 390 general_options = general_options ^ OPT_GEN_DEBUG; |
| 390 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox); | 391 debugbutton = gaim_button("Enable debug mode", &general_options, OPT_GEN_DEBUG, genbox); |
| 391 | 392 |
| 392 | 393 |
