Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13185:87d9db90bf6e
[gaim-migrate @ 15548]
Update to use intltool-update, rather than update.pl
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 08 Feb 2006 20:56:15 +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; } } } }
