Subversion Repositories Kolibri OS

Rev

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

Rev 3412 Rev 3432
Line 12... Line 12...
12
	{
12
	{
13
		case evButton: 
13
		case evButton: 
14
				id=GetButtonID();
14
				id=GetButtonID();
15
				IF (id==1) || (id==10) ExitProcess();
15
				IF (id==1) || (id==10) ExitProcess();
16
				IF (id==23) RunProgram(BROWSER_PATH, BROWSER_LINK);
16
				IF (id==23) RunProgram(BROWSER_PATH, BROWSER_LINK);
17
				IF (id==33) RunProgram(EDITOR_PATH, #program_path);
17
				IF (id==33) RunProgram(EDITOR_PATH, abspath("Eolite.ini"));
18
				break;
18
				break;
Line 19... Line 19...
19
				
19
				
20
		case evKey:
20
		case evKey:
21
				IF (GetKey()==27) ExitProcess();
21
				IF (GetKey()==27) ExitProcess();