From 7949ef8c29b6e0bfb909a6b7df64660a38dfc183 Mon Sep 17 00:00:00 2001 From: Match Grun Date: Sun, 7 Sep 2003 19:25:35 +0000 Subject: [PATCH] New icons for LDAP static search --- src/pixmaps/address_search.xpm | 70 ++++++++++++++++++++++++++++++++++ src/stock_pixmap.c | 2 + src/stock_pixmap.h | 1 + 3 files changed, 73 insertions(+) create mode 100644 src/pixmaps/address_search.xpm diff --git a/src/pixmaps/address_search.xpm b/src/pixmaps/address_search.xpm new file mode 100644 index 000000000..3685af5d6 --- /dev/null +++ b/src/pixmaps/address_search.xpm @@ -0,0 +1,70 @@ +/* XPM */ +static char * address_search_xpm[] = { +"16 16 51 1", +" c None", +". c #B4B4A0", +"+ c #46463E", +"@ c #090908", +"# c #4A4A42", +"$ c #C1C1AD", +"% c #B0B09D", +"& c #33332D", +"* c #9D9D8D", +"= c #CFCFB9", +"- c #C4C4AF", +"; c #8D8D7F", +"> c #34342F", +", c #C3C3AF", +"' c #45453E", +") c #9C9C8C", +"! c #E2E2D0", +"~ c #EDEDE5", +"{ c #C0C0AC", +"] c #B2B29F", +"^ c #828274", +"/ c #4B4B43", +"( c #080807", +"_ c #D5D5BF", +": c #FBFBFA", +"< c #C3C3AE", +"[ c #B5B5A2", +"} c #A6A695", +"| c #959586", +"1 c #080808", +"2 c #CACAB5", +"3 c #DDDDD0", +"4 c #B7B7A4", +"5 c #AAAA98", +"6 c #9B9B8B", +"7 c #8C8C7D", +"8 c #46463F", +"9 c #929283", +"0 c #BABAA7", +"a c #ADAD9B", +"b c #9F9F8E", +"c c #909081", +"d c #727266", +"e c #4B4B44", +"f c #33332E", +"g c #878779", +"h c #A0A090", +"i c #737367", +"j c #000000", +"k c #BEBEAA", +"l c #404040", +" ", +" ", +" .+@@#$ ", +" %&*=-;>, ", +" ')!~{]^/ ", +" (_:<[}|@ ", +" 1234567@ ", +" 890abcde ", +" 0fgh9ijj ", +" k#@@ljjj ", +" jjj ", +" jjj ", +" jjj ", +" jj ", +" ", +" "}; diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c index 552aa845a..f76012c3f 100644 --- a/src/stock_pixmap.c +++ b/src/stock_pixmap.c @@ -107,6 +107,7 @@ #include "pixmaps/mime_gpg_failed.xpm" #include "pixmaps/mime_gpg_unknown.xpm" #include "pixmaps/mime_gpg_expired.xpm" +#include "pixmaps/address_search.xpm" typedef struct _StockPixmapData StockPixmapData; @@ -125,6 +126,7 @@ static StockPixmapData pixmaps[] = { {address_xpm , NULL, NULL, "address", " "}, {address_book_xpm , NULL, NULL, "address_book", " "}, + {address_search_xpm , NULL, NULL, "address_search", " "}, {book_xpm , NULL, NULL, "book", " "}, {category_xpm , NULL, NULL, "category", " "}, {checkbox_off_xpm , NULL, NULL, "checkbox_off", " "}, diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h index 7503f8a9a..ab6b994fe 100644 --- a/src/stock_pixmap.h +++ b/src/stock_pixmap.h @@ -27,6 +27,7 @@ typedef enum { STOCK_PIXMAP_ADDRESS, STOCK_PIXMAP_ADDRESS_BOOK, + STOCK_PIXMAP_ADDRESS_SEARCH, STOCK_PIXMAP_BOOK, STOCK_PIXMAP_CATEGORY, STOCK_PIXMAP_CHECKBOX_OFF, -- 2.25.1