Mercurial > pidgin
view plugins/crazychat/test.h @ 13184:2d68ea9616b3
[gaim-migrate @ 15547]
datallah noticed that sip: isn't added to a buddies name if the buddies->send message menu entry is used.
committer: Tailor Script <tailor@pidgin.im>
| author | Thomas Butter <tbutter> |
|---|---|
| date | Wed, 08 Feb 2006 19:49:54 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
