Subversion Repositories Kolibri OS

Rev

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

Rev 7806 Rev 7946
Line 232... Line 232...
232
	Event_DrawWindow();
232
	Event_DrawWindow();
233
}
233
}
Line 234... Line 234...
234
 
234
 
235
void Event_ShowReadme()
235
void Event_ShowReadme()
236
{
236
{
237
	io.run("/sys/txtread", #cur_readme_path);
237
	io.run("/sys/@open", #cur_readme_path);
Line 238... Line 238...
238
}
238
}
239
 
239
 
240
void Event_RunInstall()
240
void Event_RunInstall()