Subversion Repositories Kolibri OS

Rev

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

Rev 7037 Rev 7197
Line 42... Line 42...
42
void CheckKosMounted()
42
void CheckKosMounted()
43
{
43
{
44
	if (dir_exists("/kolibrios")) 
44
	if (dir_exists("/kolibrios")) 
45
	{
45
	{
46
		if (file_exists(APP_PLUS_INI_PATH))	
46
		if (file_exists(APP_PLUS_INI_PATH))	
47
			io.run("syspanel", APP_PLUS_INI_PATH);
47
			RunProgram("syspanel", APP_PLUS_INI_PATH);
48
		else
48
		else
49
			notify(APP_PLUS_INI_NOT_EXISTS);
49
			notify(APP_PLUS_INI_NOT_EXISTS);
50
		ExitProcess();
50
		ExitProcess();
51
	}
51
	}
52
}
52
}
Line 99... Line 99...
99
	
99
	
Line 100... Line 100...
100
	WriteTextLines(x,y.inc(50),0x90,system.color.work_text,DESCRIPTION_TEXT,20);
100
	WriteTextLines(x,y.inc(50),0x90,system.color.work_text,DESCRIPTION_TEXT,20);
101
	
101
	
102
	PutPaletteImage(#scr,144,171,Form.cwidth-180,y.n,8,#scr_pal);
-
 
103
	DrawRectangle(Form.cwidth-180-1,y.n-1, 144+1,171+1, system.color.work_graph);
102
	PutPaletteImage(#scr,144,171,Form.cwidth-180,y.n,8,#scr_pal);
104
	
103
	DrawRectangle(Form.cwidth-180-1,y.n-1, 144+1,171+1, system.color.work_graph);
Line 105... Line 104...
105
	DrawStandartCaptButton(x, Form.cheight-66, BTN_MANUAL_SEARCH, MANUALLY_BUTTON_TEXT);
104
	DrawStandartCaptButton(x, Form.cheight-66, BTN_MANUAL_SEARCH, MANUALLY_BUTTON_TEXT);
106
}
105
}