Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 28657:8aa24fd75490
Updated swedish translation, with suggestions from Tapo C.
author | Peter Hjalmarsson <xake@rymdraket.net> |
---|---|
date | Thu, 24 Sep 2009 20:38:30 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };