Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12566:fd6ffacbb6ee
[gaim-migrate @ 14885]
a couple translation updates
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 19 Dec 2005 18:16:03 +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; } } } }
