diff -r 4746dd07cc48 -r 6607cd646d6d includes/clientside/static/misc.js --- a/includes/clientside/static/misc.js Mon Feb 11 14:33:49 2008 -0500 +++ b/includes/clientside/static/misc.js Tue Feb 12 00:37:46 2008 -0500 @@ -397,7 +397,7 @@ { // let's hope this gets the image cached var _ = new Image(32, 32); - _.src = scriptPath + "/images/good.gif"; + _.src = scriptPath + "/images/check.png"; ajaxGet(makeUrlNS('Special', 'Login', 'act=getkey'), function() { if ( ajax.readyState == 4 && ajax.status == 200 ) @@ -626,7 +626,7 @@ case 'success': var success_win = '
\

' + $lang.get('user_login_success_short') + '

\ -

\ +

\
'; ajax_auth_mb_cache.updateContent(success_win); if ( typeof(ajax_auth_prompt_cache) == 'function' )