diff --git a/capplets/network/ChangeLog b/capplets/network/ChangeLog index 47ac4f846..d2fffa57c 100644 --- a/capplets/network/ChangeLog +++ b/capplets/network/ChangeLog @@ -1,3 +1,10 @@ +2007-12-11 Jens Granseuer + + * Makefile.am: + * icons/48x48: + * icons/48x48/gnome-network-preferences.png: add 48x48 PNG icon version + by Andreas Nilsson (bug #503035) + 2007-07-24 Denis Washington * gnome-network-preferences.c: also use new icon in the window titlebar. diff --git a/capplets/network/Makefile.am b/capplets/network/Makefile.am index 0cfab414c..68c8a5a1a 100644 --- a/capplets/network/Makefile.am +++ b/capplets/network/Makefile.am @@ -19,6 +19,8 @@ icons24dir = $(datadir)/icons/hicolor/24x24/apps dist_icons24_DATA = icons/24x24/gnome-network-preferences.png icons32dir = $(datadir)/icons/hicolor/32x32/apps dist_icons32_DATA = icons/32x32/gnome-network-preferences.png +icons48dir = $(datadir)/icons/hicolor/48x48/apps +dist_icons48_DATA = icons/48x48/gnome-network-preferences.png iconssvgdir = $(datadir)/icons/hicolor/scalable/apps dist_iconssvg_DATA = icons/scalable/gnome-network-preferences.svg diff --git a/capplets/network/icons/48x48/gnome-network-preferences.png b/capplets/network/icons/48x48/gnome-network-preferences.png new file mode 100644 index 000000000..e3a4ce288 Binary files /dev/null and b/capplets/network/icons/48x48/gnome-network-preferences.png differ