Chat-O-Matic/application/NotifyMessage.h
Jaidyn Ann fde681bbf4 Update conversation name & window title
Allow updating a conversation's name through IM_ROOM_NAME, and change
the Caya window's title whenever a new chat is selected.
2021-06-06 18:06:46 -05:00

22 lines
366 B
C

/*
* Copyright 2009-2011, Andrea Anzani. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _NOTIFY_MESSAGE_H
#define _NOTIFY_MESSAGE_H
enum {
STR_CONTACT_NAME,
STR_PERSONAL_STATUS,
STR_ROOM_NAME,
STR_ROOM_SUBJECT,
PTR_AVATAR_BITMAP,
INT_ACCOUNT_STATUS,
INT_CONTACT_STATUS,
INT_USER_PERMS
};
#endif // _NOTIFY_MESSAGE_H