mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Move ZSplash.CC to Zenith directory
This commit is contained in:
parent
f8db8ca2b6
commit
c56a61d0c1
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…
x
Reference in New Issue
Block a user