Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12716:c08fcbcc6a3e
[gaim-migrate @ 15060]
There is no stock ACCEPT item, so add the mnemonic here.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 04 Jan 2006 17:36:42 +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; } } } }
