forked from KolibriOS/kolibrios
tmpdisk: fixed some spelling mistakes
git-svn-id: svn://kolibrios.org@3336 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a8c3e6aca3
commit
8db8d59a28
@ -14,11 +14,11 @@
|
|||||||
0};
|
0};
|
||||||
#else*/
|
#else*/
|
||||||
char *rezult_text[]={
|
char *rezult_text[]={
|
||||||
"operation compleated successfully",
|
"operation completed successfully",
|
||||||
"unknown IOCTL code, wrong input/output size...",
|
"unknown IOCTL code, wrong input/output size...",
|
||||||
"DiskId must be from 0 to 9",
|
"DiskId must be from 0 to 9",
|
||||||
"DiskSize is too large",
|
"DiskSize is too large",
|
||||||
"DiskSize is too small, may be too less free RAM",
|
"DiskSize is too small, might be too little free RAM",
|
||||||
"memory allocation failed",
|
"memory allocation failed",
|
||||||
"unknown error O_o",
|
"unknown error O_o",
|
||||||
0};
|
0};
|
||||||
|
@ -60,7 +60,7 @@ void Main_Window()
|
|||||||
mem_Init();
|
mem_Init();
|
||||||
if (load_dll2(boxlib, #edit_box_draw,0)!=0)
|
if (load_dll2(boxlib, #edit_box_draw,0)!=0)
|
||||||
{
|
{
|
||||||
notify("error: library doesn't exists /rd/1/lib/box_lib.obj");
|
notify("error: library doesn't exist /rd/1/lib/box_lib.obj");
|
||||||
ExitProcess();
|
ExitProcess();
|
||||||
}
|
}
|
||||||
SetEventMask(0x27);
|
SetEventMask(0x27);
|
||||||
|
Loading…
Reference in New Issue
Block a user