view libpurple/plugins/mono/api/Status.cs @ 24864:01bd85f65fa1

Change our font mapping in gtkimhtml to match the suggested values in CSS 2.1 http://www.w3.org/TR/CSS21/fonts.html#font-size-props
author Mark Doliner <mark@kingant.net>
date Mon, 22 Dec 2008 19:29:59 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple
{
	public class Status
	{
		private string id;
				
		public string Id { get { return id; } set { id = value; } }
	}
}