Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 31609:f2a2290dfc19
German translation update
- one new string ("Croatian") translated
| author | Bj?rn Voigt <bjoern@cs.tu-berlin.de> |
|---|---|
| date | Thu, 12 May 2011 07:39:19 +0000 |
| parents | 93bfbda79bf6 |
| children |
line wrap: on
line source
namespace Purple { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
