From a24eeb931ea90b1fe63019c4e07065089e236351 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 4 Oct 2015 10:20:55 -0700 Subject: Make the capture comment icon more Wireshark-y. Change-Id: Ic693c7afc1658c3b89ae5cddf9c7ab32c435cf2e Reviewed-on: https://code.wireshark.org/review/10788 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- Makefile.am | 2 + image/capture_comment_update.png | Bin 766 -> 605 bytes image/capture_comment_update.svg | 930 ++++++++++++++++++++++++++++++++++++ image/capture_comment_update@2x.png | Bin 0 -> 1586 bytes 4 files changed, 932 insertions(+) create mode 100644 image/capture_comment_update.svg create mode 100644 image/capture_comment_update@2x.png diff --git a/Makefile.am b/Makefile.am index e4d7986d5c..e8a3b6d4c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -892,6 +892,8 @@ EXTRA_DIST = \ image/capture_comment_add.png \ image/capture_comment_disabled.png \ image/capture_comment_update.png \ + image/capture_comment_update.svg \ + image/capture_comment_update@2x.png \ image/clist_ascend.xpm \ image/clist_descend.xpm \ image/copy-8.png \ diff --git a/image/capture_comment_update.png b/image/capture_comment_update.png index 32e4869495..99f5b16e08 100644 Binary files a/image/capture_comment_update.png and b/image/capture_comment_update.png differ diff --git a/image/capture_comment_update.svg b/image/capture_comment_update.svg new file mode 100644 index 0000000000..4bffb99275 --- /dev/null +++ b/image/capture_comment_update.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/capture_comment_update@2x.png b/image/capture_comment_update@2x.png new file mode 100644 index 0000000000..74cda2e3cd Binary files /dev/null and b/image/capture_comment_update@2x.png differ -- cgit v1.2.3