--- captcha.module	2006-01-11 17:03:03.000000000 -0800
+++ captcha.module.fixed	2006-01-12 13:24:14.000000000 -0800
@@ -54,7 +54,7 @@
 
     //check for TTF support
     if (!function_exists(imagettftext))
-      form_set_error('No TTF support', t('Your image library does not seem to have TrueType font support. Captcha will work, but will use the default inbuilt font.'));
+      drupal_set_message(t('Your image library does not seem to have TrueType font support. Captcha will work, but will use the default inbuilt font.'),'status');
 
     else {
 
