mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-14 12:05:07 +00:00
Move ZSplash.CC to Zenith directory
This commit is contained in:
parent
f8db8ca2b6
commit
c56a61d0c1
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -21,7 +21,7 @@ U0 Tmp()
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case BOOT_SRC_DVD:
|
case BOOT_SRC_DVD:
|
||||||
PopUpRunFile("::/ZSplash.CC");
|
PopUpRunFile("::/Zenith/ZSplash.CC");
|
||||||
"\nIf you answer 'No' you can play with\n"
|
"\nIf you answer 'No' you can play with\n"
|
||||||
"the live CD without installing.\n\n"
|
"the live CD without installing.\n\n"
|
||||||
"Install onto hard drive ";
|
"Install onto hard drive ";
|
||||||
|
@ -41,7 +41,7 @@ U0 Tmp()
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case BOOT_SRC_HARDDRIVE:
|
case BOOT_SRC_HARDDRIVE:
|
||||||
PopUpRunFile("::/ZSplash.CC");
|
PopUpRunFile("::/Zenith/ZSplash.CC");
|
||||||
case BOOT_SRC_RAM:
|
case BOOT_SRC_RAM:
|
||||||
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
|
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
|
||||||
TipOfDay;
|
TipOfDay;
|
||||||
|
|
0
src/ZSplash.CC → src/Zenith/ZSplash.CC
Executable file → Normal file
0
src/ZSplash.CC → src/Zenith/ZSplash.CC
Executable file → Normal file
Loading…
Reference in a new issue