diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-05-08 19:00:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:17:28 +0800 |
commit | 8966178abf5d90f7a3260688f5c490c8ed80b56c (patch) | |
tree | 8e08f7793f61bd5c377f7ee16b4aca2f30236a64 /libempathy-gtk/empathy-images.h | |
parent | 567c6f977d72adfc6f2a4d07311d1403bbb51d0c (diff) | |
download | gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.gz gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.bz2 gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.lz gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.xz gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.tar.zst gsoc2013-empathy-8966178abf5d90f7a3260688f5c490c8ed80b56c.zip |
Show an audio and a video call button
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r-- | libempathy-gtk/empathy-images.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h index f7b7f75f9..c714f047d 100644 --- a/libempathy-gtk/empathy-images.h +++ b/libempathy-gtk/empathy-images.h @@ -38,6 +38,7 @@ G_BEGIN_DECLS #define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info" #define EMPATHY_IMAGE_GROUP_MESSAGE "system-users" #define EMPATHY_IMAGE_VOIP "audio-input-microphone" +#define EMPATHY_IMAGE_VIDEO_CALL "camera-web" #define EMPATHY_IMAGE_LOG "document-open-recent" #define EMPATHY_IMAGE_DOCUMENT_SEND "document-send" |