From 713c845e5a04a5ea5a41d1d8de3dc5c16b0e8df5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 22 Jan 2013 19:52:07 -0800 Subject: Add GPS icon to the location column for dive sites where we have GPS data This replaces the really lame "italics text" from commit abe810ca1a29 ("Mark locations that have GPS location data attached") with a marginally less lame GPS icon.There's a reason why I am not making a living as graphics artist. But I think this is a huge step forward from what we had before... The satellite.svg file is very loosely based on a different icon that I found as public domain here http://www.clker.com/clipart-30400.html. From that I created the PNG and then that was converted into the GdkPixdata via gdk-pixbuf-csource; a rule for that was added to the Makefile but commented out as I don't know if this tool will always be available in the path. Having this icon included in the sources avoids locating yet another icon file. Better icons are certainly welcome! Signed-off-by: Dirk Hohndel --- satellite.png | Bin 0 -> 379 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 satellite.png (limited to 'satellite.png') diff --git a/satellite.png b/satellite.png new file mode 100644 index 000000000..b85b396dc Binary files /dev/null and b/satellite.png differ -- cgit v1.2.3-70-g09d2