Subversion Repositories Kolibri OS

Rev

Rev 8749 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8749 Rev 9585
Line 82... Line 82...
82
struct THEME
82
struct THEME
83
{
83
{
84
	dword bg, text, cursor, found;
84
	dword bg, text, cursor, found;
85
} theme;
85
} theme;
Line 86... Line 86...
86
 
86
 
87
char default_dir[] = "/rd/1";
87
char default_dir[] = "/sys";
Line 88... Line 88...
88
od_filter filter2 = { 0, "" };
88
od_filter filter2 = { 0, "" };
Line 89... Line 89...
89
 
89