aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-15 01:34:02 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-15 01:34:02 +0000
commit2a0d666188a10c418bba6cc9b5156cfc8e8ae6f1 (patch)
tree9b7a58a6808f96b0e2a14ee21e44338eaf9b5504 /src/stock_pixmap.h
parent6645c09ac9d555780022d88749d2db708d1286fd (diff)
added new search folder icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2388 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r--src/stock_pixmap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h
index b04f831d..f97d564a 100644
--- a/src/stock_pixmap.h
+++ b/src/stock_pixmap.h
@@ -32,9 +32,9 @@ typedef enum
STOCK_PIXMAP_COMPLETE,
STOCK_PIXMAP_CONTINUE,
STOCK_PIXMAP_DELETED,
- STOCK_PIXMAP_DIR_CLOSE,
- STOCK_PIXMAP_DIR_OPEN,
- STOCK_PIXMAP_DIR_NOSELECT,
+ STOCK_PIXMAP_FOLDER_CLOSE,
+ STOCK_PIXMAP_FOLDER_OPEN,
+ STOCK_PIXMAP_FOLDER_NOSELECT,
STOCK_PIXMAP_ERROR,
STOCK_PIXMAP_FORWARDED,
STOCK_PIXMAP_GROUP,
@@ -78,6 +78,7 @@ typedef enum
STOCK_PIXMAP_SYLPHEED_NEWMAIL_SMALL,
STOCK_PIXMAP_SYLPHEED_LOGO,
STOCK_PIXMAP_PERSON,
+ STOCK_PIXMAP_FOLDER_SEARCH,
N_STOCK_PIXMAPS
} StockPixmap;