summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-04-01 17:30:38 +0000
committerRobert Pösel <robyer@seznam.cz>2014-04-01 17:30:38 +0000
commitefcd6b99eb4d3fec0bd4c6e3f7fe684b512e76d9 (patch)
tree1866faa09d5884fc81404680e60f44e2ebe490e8 /include
parent1cab05afa07b7a27596c43f568a15b7b342a115e (diff)
Add %accountname% core variable which contains user-defined name of account for a given contact
git-svn-id: http://svn.miranda-ng.org/main/trunk@8815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_utils.h b/include/m_utils.h
index b6490a447c..8d9abd0a3b 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -381,6 +381,7 @@ __forceinline INT_PTR Utils_AssertInsideScreen(RECT *rc) {
// %nick% -> a contact nick name.
// %proto% -> internal protocol name for a given contact. NOT the user-
// defined account name.
+// %accountname% -> user-defined account name for a given contact.
// %userid% -> Unique ID for a given contact (UIN, JID etc.)
// the following variables are system variables - unrelated to miranda profiles.