Subversion Repositories Kolibri OS

Rev

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

Rev 4411 Rev 4415
Line 1... Line 1...
1
enum { BACK=300, FORWARD, REFRESH, HOME, NEWTAB, GOTOURL, SEARCHWEB, INPUT_CH, INPUT_BT };
1
enum { BACK=300, FORWARD, REFRESH, HOME, NEWTAB, GOTOURL, SEARCHWEB, INPUT_CH, INPUT_BT, BTN_UP, BTN_DOWN };
2
enum { _WIN, _DOS, _KOI, _UTF };
2
enum { _WIN, _DOS, _KOI, _UTF };
Line 3... Line -...
3
 
-
 
4
#define ID1         178
-
 
5
#define ID2         177
-
 
6
 
-
 
Line 7... Line 3...
7
                      
3
 
8
 
4
 
9
dword get_URL_part(int len) {
5
dword get_URL_part(int len) {
10
	char temp1[sizeof(URL)];
6
	char temp1[sizeof(URL)];