From d84f818887977247f3dc45a5bee3ea1c88fb9ee3 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sun, 27 Feb 2011 13:21:46 +0000 Subject: Adding icons for tree views. svn path=/trunk/netsurf/; revision=11842 --- cocoa/utils.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cocoa/utils.m') diff --git a/cocoa/utils.m b/cocoa/utils.m index c9cef7a23..0e10b9b6b 100644 --- a/cocoa/utils.m +++ b/cocoa/utils.m @@ -58,5 +58,9 @@ bool path_add_part(char *path, int length, const char *newpart) void tree_icon_name_from_content_type(char *buffer, content_type type) { - UNIMPL(); + switch (type) { + default: + strcpy( buffer, "content.png" ); + break; + } } \ No newline at end of file -- cgit v1.2.3