aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-images.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-20 11:02:45 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-06-14 00:04:03 +0800
commit04986511e537b4a5d90cc13f63580984e6fa1318 (patch)
tree122f4bff751f71676c7a38abd9045e0990a5a1cd /libempathy-gtk/empathy-images.h
parent6b13df746bc564a8ee72d1575315c007100262ce (diff)
downloadgsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar.gz
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar.bz2
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar.lz
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar.xz
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.tar.zst
gsoc2013-empathy-04986511e537b4a5d90cc13f63580984e6fa1318.zip
Add an icon to edited messages
Currently this is using "format-text-direction-ltr" which is a crappy choice. We should ask for a better icon. Also, this should really be implemented as a class, so that the icon can change with the theme. Or be made part of the Adium theme, or something. Basically this is kludgey.
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r--libempathy-gtk/empathy-images.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index 0761fd778..2962ad6a6 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -46,6 +46,8 @@ G_BEGIN_DECLS
#define EMPATHY_IMAGE_LOG "document-open-recent"
#define EMPATHY_IMAGE_DOCUMENT_SEND "document-send"
#define EMPATHY_IMAGE_AVATAR_DEFAULT "avatar-default"
+/* FIXME: need a better icon! */
+#define EMPATHY_IMAGE_EDIT_MESSAGE "format-text-direction-ltr"
#define EMPATHY_IMAGE_CALL "call-start"
#define EMPATHY_IMAGE_CALL_MISSED "call-stop"