diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-12-13 13:35:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-12-13 13:35:19 +0000 |
commit | ab06f83a076ece3aba4a47a107203829b11974db (patch) | |
tree | 4d4f53fe0745e78d715f773825d430374f026b90 /plugins/TipperYM/src/subst.h | |
parent | 7a63748295ddd657ef3fc1e1c17a6f15b424ede3 (diff) |
Tipper: new option for items to show only for particular type of contacts (all, contacts, chatrooms); version bump
Useful for not showing last seen or status fields for chatrooms.
git-svn-id: http://svn.miranda-ng.org/main/trunk@7174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/subst.h')
-rw-r--r-- | plugins/TipperYM/src/subst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h index d8cbf39d45..7df4a13cca 100644 --- a/plugins/TipperYM/src/subst.h +++ b/plugins/TipperYM/src/subst.h @@ -24,6 +24,8 @@ Boston, MA 02111-1307, USA. bool GetLabelText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
bool GetValueText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
+bool CheckContactType(HANDLE hContact, const DISPLAYITEM &di);
+
void StripBBCodesInPlace(TCHAR *text);
// can be used with hContact == 0 to get uid for a given proto
|