using short filenames for treeview Icons for compatibility with classic TOS systems.

svn path=/trunk/netsurf/; revision=11440
This commit is contained in:
Ole Loots 2011-01-22 16:28:20 +00:00
parent f222ec79e9
commit 4e944c1a69
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "atari/gui.h"
#include "atari/treeview.h"
const char tree_directory_icon_name[] = "directory.png";
const char tree_directory_icon_name[] = "dir.png";
const char tree_content_icon_name[] = "content.png";
static void atari_treeview_request_redraw(int x,int y,int w,int h,void *pw);