view libpurple/plugins/mono/api/Contact.cs @ 22802:d2af1ee7448b

Replace a notification that should never happen with a debug message that should never happen. This seems more appropriate and frees the translators from translating another string.
author Richard Laager <rlaager@wiktel.com>
date Thu, 01 May 2008 03:24:21 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple {
	public class Contact : BlistNode {
	}
}