diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_notes.h')
-rw-r--r-- | protocols/JabberG/src/jabber_notes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_notes.h b/protocols/JabberG/src/jabber_notes.h index 1750489458..d580acf345 100644 --- a/protocols/JabberG/src/jabber_notes.h +++ b/protocols/JabberG/src/jabber_notes.h @@ -5,6 +5,7 @@ Copyright (C) 2002-04 Santithorn Bunchua Copyright (C) 2005-12 George Hazan
Copyright (C) 2007-09 Maxim Mluhov
Copyright (C) 2007-09 Victor Pavlychko
+Copyright (C) 2012-13 Miranda NG Project
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -70,7 +71,7 @@ public: m_bIsModified = true;
OBJLIST<CNoteItem>::remove(p);
}
-
+
void AddNote(HXML hXml, TCHAR *szFrom = 0);
void LoadXml(HXML hXml);
void SaveXml(HXML hXmlParent);
|