summaryrefslogtreecommitdiff
path: root/cocoa/HistoryWindowController.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-27 13:21:46 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-27 13:21:46 +0000
commitd84f818887977247f3dc45a5bee3ea1c88fb9ee3 (patch)
treeb9a1f3893b71108081acbde83aacf00d240d4f33 /cocoa/HistoryWindowController.m
parentff0aa37393afad23c5f114634a1df6f4b64fdb71 (diff)
downloadnetsurf-d84f818887977247f3dc45a5bee3ea1c88fb9ee3.tar.gz
netsurf-d84f818887977247f3dc45a5bee3ea1c88fb9ee3.tar.bz2
Adding icons for tree views.
svn path=/trunk/netsurf/; revision=11842
Diffstat (limited to 'cocoa/HistoryWindowController.m')
-rw-r--r--cocoa/HistoryWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/HistoryWindowController.m b/cocoa/HistoryWindowController.m
index 438551bca..94fb2979e 100644
--- a/cocoa/HistoryWindowController.m
+++ b/cocoa/HistoryWindowController.m
@@ -31,7 +31,7 @@
if ((self = [super initWithWindowNibName: @"HistoryWindow"]) == nil) return nil;
tree = [[Tree alloc] initWithFlags: history_global_get_tree_flags()];
- history_global_initialise( [tree tree], "" );
+ history_global_initialise( [tree tree], "directory.png" );
return self;
}