using short filenames for treeview Icons for compatibility with classic TOS systems.
svn path=/trunk/netsurf/; revision=11440
This commit is contained in:
parent
f222ec79e9
commit
4e944c1a69
|
@ -35,7 +35,7 @@
|
||||||
#include "atari/gui.h"
|
#include "atari/gui.h"
|
||||||
#include "atari/treeview.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";
|
const char tree_content_icon_name[] = "content.png";
|
||||||
|
|
||||||
static void atari_treeview_request_redraw(int x,int y,int w,int h,void *pw);
|
static void atari_treeview_request_redraw(int x,int y,int w,int h,void *pw);
|
||||||
|
|
Loading…
Reference in New Issue