Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12318:e346a085bb4f
[gaim-migrate @ 14622]
Try to remove the word contact from the UI as much as possible.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 04 Dec 2005 17:47:37 +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; } } } }
