mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 08:06:31 +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;
|
||||
case BOOT_SRC_DVD:
|
||||
PopUpRunFile("::/ZSplash.CC");
|
||||
PopUpRunFile("::/Zenith/ZSplash.CC");
|
||||
"\nIf you answer 'No' you can play with\n"
|
||||
"the live CD without installing.\n\n"
|
||||
"Install onto hard drive ";
|
||||
|
@ -41,7 +41,7 @@ U0 Tmp()
|
|||
}
|
||||
break;
|
||||
case BOOT_SRC_HARDDRIVE:
|
||||
PopUpRunFile("::/ZSplash.CC");
|
||||
PopUpRunFile("::/Zenith/ZSplash.CC");
|
||||
case BOOT_SRC_RAM:
|
||||
"$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n";
|
||||
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