aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-04 21:16:38 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-04 21:16:38 +0000
commit80b0351fb0520c7c9e637e0ddb353daf6474d38a (patch)
tree6fc1f8c82699f6ea4ca658e9dc8af63480ad49b3 /Makefile.am
parent87791370bde3fb02842a041a87c015456defd371 (diff)
Add a convenience routine to convert pixbuf data generated by
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator images. Add prettier indicator images. The "chat" indicator is more blue in order to differentiate it from the "none" indicator; make the chat text background more blue to match. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30825 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 69bd1df628..72d7abebe6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -675,11 +675,11 @@ EXTRA_DIST = \
image/dn_arrow.xpm \
image/dumpcap.rc.in \
image/editcap.rc.in \
- image/expert_chat.xpm \
- image/expert_error.xpm \
- image/expert_none.xpm \
- image/expert_note.xpm \
- image/expert_warn.xpm \
+ image/expert_chat.h \
+ image/expert_error.h \
+ image/expert_none.h \
+ image/expert_note.h \
+ image/expert_warn.h \
image/file_dlg_win32.rc \
image/hi16-app-wireshark.png \
image/hi32-app-wireshark.png \