summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhafting <hafting@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-28 09:10:46 +0000
committerhafting <hafting@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-28 09:10:46 +0000
commitdef0f1ab562689582f1114ef15ce11acc3c5cf52 (patch)
tree95966d887f3a0c490e39151a5ca660acd3437cb9
parent29034803d2c2e58eb874e2513b590b3025c54ea4 (diff)
downloadnavit-def0f1ab562689582f1114ef15ce11acc3c5cf52.tar.gz
Patch:graphics:Improved church icon with transparency - correct file this time
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1083 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/xpm/church.xpm41
1 files changed, 21 insertions, 20 deletions
diff --git a/navit/xpm/church.xpm b/navit/xpm/church.xpm
index 01bb4d49b..c14ed21fc 100644
--- a/navit/xpm/church.xpm
+++ b/navit/xpm/church.xpm
@@ -1,23 +1,24 @@
/* XPM */
static char * church_xpm[] = {
-"16 16 4 1",
+"10 16 5 1",
" c None",
-". c #2F2F2F",
-"+ c #B1B1B1",
-"@ c #000000",
-" .. ",
-" .. ",
-" .. ",
-" ...++... ",
-" ...++... ",
-" .. ",
-" .. ",
-" .. ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ ",
-" @@@@@@@@ "};
+". c #FFFFFF",
+"+ c #2F2F2F",
+"@ c #B1B1B1",
+"# c #000000",
+" .++. ",
+" .++. ",
+" ...++... ",
+".+++@@+++.",
+".+++@@+++.",
+" ...++... ",
+" .++. ",
+" ...++... ",
+".########.",
+".########.",
+".########.",
+".########.",
+".########.",
+".########.",
+".########.",
+".########."};