From 98dc4f9c65bb968c72b43f188032ac937e909a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 1 Aug 2010 17:40:29 +0000 Subject: [PATCH] * Added "icon" type for adding icons (ie. B_VECTOR_ICON_TYPE). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37830 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/addattr/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/addattr/main.cpp b/src/bin/addattr/main.cpp index a207917c8e..82525bb8f3 100644 --- a/src/bin/addattr/main.cpp +++ b/src/bin/addattr/main.cpp @@ -64,6 +64,8 @@ const struct { {B_BOOL_TYPE, "bool"}, + {B_VECTOR_ICON_TYPE, "icon"}, + {B_RAW_TYPE, "raw"}, }; const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)