Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12462:398bdfe07c57
[gaim-migrate @ 14772]
Correct the spelling of Jeroen Zwartepoorte
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 12 Dec 2005 07:35:33 +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; } } } }
