fix text reader path

git-svn-id: svn://kolibrios.org@6918 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2017-06-09 14:19:34 +00:00
parent fc631064ea
commit ee50dee1e2

View File

@ -211,7 +211,7 @@ void Event_AsseptRisk()
void Event_ShowReadme()
{
io.run("/sys/textreader", #cur_readme_path);
io.run("/sys/txtread", #cur_readme_path);
}
void Event_RunInstall()