view libpurple/plugins/mono/api/Status.cs @ 31079:5033f2f9f441

update German translation (just one new string)
author Jochen Kemnade <jochenkemnade@web.de>
date Thu, 28 Oct 2010 16:14:15 +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; } }
	}
}