Subversion Repositories Kolibri OS

Rev

Rev 5811 | Rev 5825 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5811 Rev 5814
Line 4... Line 4...
4
#ifndef AUTOBUILD
4
#ifndef AUTOBUILD
5
#include "lang.h--"
5
#include "lang.h--"
6
#endif
6
#endif
Line 7... Line 7...
7
 
7
 
8
//libraries
8
//libraries
9
#define MEMSIZE 530000
9
#define MEMSIZE 540000
10
#include "..\lib\clipboard.h"
10
#include "..\lib\clipboard.h"
11
#include "..\lib\strings.h"
11
#include "..\lib\strings.h"
12
#include "..\lib\mem.h"
12
#include "..\lib\mem.h"
13
#include "..\lib\file_system.h"
13
#include "..\lib\file_system.h"
Line 706... Line 706...
706
		}		
706
		}		
707
	}
707
	}
708
	else
708
	else
709
	{
709
	{
710
		font.bg_color = bgcol;
710
		font.bg_color = bgcol;
711
		font.prepare(0, 0, file_name_off);
-
 
712
		font.show(files.x + 23, files.line_h - font.height / 2 + y);
711
		font.prepare(files.x + 23, files.line_h - font.height / 2 + y, file_name_off);
-
 
712
		font.show();
713
	}
713
	}
714
	DrawBar(files.x+files.w-141,y,1,files.line_h,system.color.work); //gray line 1
714
	DrawBar(files.x+files.w-141,y,1,files.line_h,system.color.work); //gray line 1
715
	DrawBar(files.x+files.w-68,y,1,files.line_h,system.color.work); //gray line 2
715
	DrawBar(files.x+files.w-68,y,1,files.line_h,system.color.work); //gray line 2
716
}
716
}