Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9584 → Rev 9585

/programs/cmm/misc/acpi_install.c
8,15 → 8,15
RunProgram("/kolibrios/drivers/acpi/acpi", NULL);
 
pause(300);
if (file_exists("/rd/1/drivers/devices.dat")) {
if (file_exists("/sys/drivers/devices.dat")) {
if (GetSystemLanguage()==4) {
notify("'ACPI/APIC\n/rd/1/drivers/devices.dat ¡ë« ãᯥ譮 ᣥ­¥à¨à®¢ ­.\n“áâ ­®¢ª  ¥éñ ­¥ § ª®­ç¥­ . ‘«¥¤ã©â¥ 㪠§ ­¨ï¬ ¢ Readme!' -tdO");
notify("'ACPI/APIC\n/sys/drivers/devices.dat ¡ë« ãᯥ譮 ᣥ­¥à¨à®¢ ­.\n“áâ ­®¢ª  ¥éñ ­¥ § ª®­ç¥­ . ‘«¥¤ã©â¥ 㪠§ ­¨ï¬ ¢ Readme!' -tdO");
} else {
notify("'ACPI/APIC\n/rd/1/drivers/devices.dat was succesfully generated.\nInstallation is not completed.\nFor the next steps please check Readme!' -tdO");
notify("'ACPI/APIC\n/sys/drivers/devices.dat was succesfully generated.\nInstallation is not completed.\nFor the next steps please check Readme!' -tdO");
}
RunProgram("/sys/@open", "/kolibrios/drivers/acpi/readme.txt");
} else {
notify("'Error generating /rd/1/drivers/devices.dat' -E");
notify("'Error generating /sys/drivers/devices.dat' -E");
}
 
ExitProcess();