Mercurial > pidgin
annotate plugins/crazychat/test.h @ 13549:cef825f41d56
[gaim-migrate @ 15926]
Kevin suggested this on gaim-devel:
'I would suggest changing "_Only when someone says your nick" in the
message notification plugin to a more standard terminology for your own
name or screen name or nickname. "Nick" is an IRC abbreviation which
may be less clear.
Kevin'
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Mar 2006 06:56:41 +0000 |
parents | fc464a0abccc |
children |
rev | line source |
---|---|
11218 | 1 class Test { |
2 public: | |
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
3 Test(void); |
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
4 ~Test(void); |
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
5 void runTest(void); |
11218 | 6 private: |
7 asdfint fake; | |
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
8 }; |