Subversion Repositories Kolibri OS

Rev

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

Rev 7278 Rev 7352
Line 64... Line 64...
64
				id=GetButtonID();
64
				id=GetButtonID();
65
				if (1==id) { ExitSettings(); break; }
65
				if (1==id) { ExitSettings(); break; }
66
				else if (id==5)
66
				else if (id==5)
67
				{
67
				{
68
					RunProgram("tinypad", "/sys/settings/assoc.ini");
68
					RunProgram("/sys/tinypad", "/sys/settings/assoc.ini");
69
					break;
69
					break;
70
				}
70
				}
71
				else if (id==6)
71
				else if (id==6)
72
				{
72
				{
73
					strcpy(#path_start,#path);
73
					strcpy(#path_start,#path);
74
					path_start_ed.size = path_start_ed.pos = strlen(#path_start);
74
					path_start_ed.size = path_start_ed.pos = strlen(#path_start);