Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13169:4cef9fe8ea5b
[gaim-migrate @ 15532]
a gaggle of translation updates.
Datallah, can you take care of that kurdish.nsh? thanks
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 08 Feb 2006 02:19:54 +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; } } } }
