comparison libpurple/protocols/oscar/oscar.c @ 26958:99e3f40d082f

disapproval of revision 'f4e1d87650834d9a82d09020df0fb030f25854e0'
author Mark Doliner <mark@kingant.net>
date Tue, 19 May 2009 06:34:27 +0000
parents 40528ba387fd
children 7957a5ed53bb c2ac87c5a035
comparison
equal deleted inserted replaced
26957:40528ba387fd 26958:99e3f40d082f
712 break; 712 break;
713 /* Not actually sure about this one... WinAIM doesn't show anything */ 713 /* Not actually sure about this one... WinAIM doesn't show anything */
714 case OSCAR_CAPABILITY_ICHATAV: 714 case OSCAR_CAPABILITY_ICHATAV:
715 tmp = _("iChat AV"); 715 tmp = _("iChat AV");
716 break; 716 break;
717 case OSCAR_CAPABILITY_LIVEVIDEO:
718 tmp = _("Live Video");
719 break;
717 case OSCAR_CAPABILITY_CAMERA: 720 case OSCAR_CAPABILITY_CAMERA:
718 tmp = _("Camera"); 721 tmp = _("Camera");
719 break; 722 break;
720 case OSCAR_CAPABILITY_ICHAT_SCREENSHARE: 723 case OSCAR_CAPABILITY_ICHAT_SCREENSHARE:
721 tmp = _("Screen Sharing"); 724 tmp = _("Screen Sharing");