comparison src/aim.c @ 1710:f42ce672c560

[gaim-migrate @ 1720] various fixes (for plugins especially), other updates. made WEBSITE macro so it's easy to change (not that i think it'll be changing again), updated some files to reflect that change. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 10:50:33 +0000
parents 23ad4f7b644f
children d2eca7a46cfd
comparison
equal deleted inserted replaced
1709:11d0deb44a36 1710:f42ce672c560
390 gtkspell_stop(); 390 gtkspell_stop();
391 switch (sig) { 391 switch (sig) {
392 case SIGSEGV: 392 case SIGSEGV:
393 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" 393 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n"
394 "Please notify the gaim maintainers by reporting a bug at\n" 394 "Please notify the gaim maintainers by reporting a bug at\n"
395 "http://sourceforge.net/projects/gaim/\n\n" 395 WEBSITE "\n\n"
396 "Please make sure to specify what you were doing at the time,\n" 396 "Please make sure to specify what you were doing at the time,\n"
397 "and post the backtrace from the core file (if you do not know\n" 397 "and post the backtrace from the core file (if you do not know\n"
398 "how to get the backtrace, please IM either EWarmenhoven or\n" 398 "how to get the backtrace, please IM either EWarmenhoven or\n"
399 "RobFlynn and they can instruct you).\n"); 399 "RobFlynn and they can instruct you).\n");
400 abort(); 400 abort();