Mercurial > pidgin.yaz
view plugins/mono/api/Status.cs @ 12355:9afd83a7eeeb
[gaim-migrate @ 14659]
a pair of translation updates
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 05 Dec 2005 18:58:17 +0000 |
parents | 67fbd2ff4c4e |
children |
line wrap: on
line source
namespace Gaim { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }