diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-02-20 11:06:20 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-02-20 11:06:20 +0000 |
commit | b30269de642c858d931f4fa14f3689553981bf61 (patch) | |
tree | 47300fbc3069c4c1fd4c1dae101099e24a3c5c55 /Makefile.am | |
parent | 9ed7cdfb2dd37126f976347efc2925c0dad80cf6 (diff) | |
download | wireshark-b30269de642c858d931f4fa14f3689553981bf61.tar.gz wireshark-b30269de642c858d931f4fa14f3689553981bf61.tar.bz2 wireshark-b30269de642c858d931f4fa14f3689553981bf61.zip |
Add a few more new toolbar icons.
svn path=/trunk/; revision=10130
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b57673c442..5aa2388d96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.709 2004/02/19 08:24:44 ulfl Exp $ +# $Id: Makefile.am,v 1.710 2004/02/20 11:06:20 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -544,15 +544,18 @@ EXTRA_DIST = \ image/toolbar/capture_24.xpm \ image/toolbar/cfilter_24.xpm \ image/toolbar/dfilter_24.xpm \ + image/toolbar/stock_add_24.xpm \ image/toolbar/stock_bottom_24.xpm \ image/toolbar/stock_close_24.xpm \ image/toolbar/stock_colorselector_24.xpm \ image/toolbar/stock_help_24.xpm \ image/toolbar/stock_jump_to_24.xpm \ image/toolbar/stock_left_arrow_24.xpm \ + image/toolbar/stock_ok_20.xpm \ image/toolbar/stock_open_24.xpm \ image/toolbar/stock_preferences_24.xpm \ image/toolbar/stock_print_24.xpm \ + image/toolbar/stock_properties_24.xpm \ image/toolbar/stock_refresh_24.xpm \ image/toolbar/stock_right_arrow_24.xpm \ image/toolbar/stock_save_24.xpm \ |