forked from KolibriOS/kolibrios
Fix various mistakes: Eolite, app_plus.ini, /data/Tupfile.lua
git-svn-id: svn://kolibrios.org@6583 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -16,7 +16,7 @@ char *ext[]={
|
||||
"skn", 13,
|
||||
"avi", 14, "flv", 14, "mpg", 14, "wmv", 14, "mov", 14, "mkv", 14, "mp4", 14, "vob", 14, "webm", 14,
|
||||
"djvu",15, "pdf", 15, "fb2", 15,
|
||||
"nes", 18, "smc", 18,
|
||||
"nes", 18, "smc", 18, "min", 18,
|
||||
"gif", 19, "bmp", 19, "tga", 19, "pcx", 19, "png", 19, "pnm", 19, "jpg", 19, "xcf", 19, "ai", 19,
|
||||
"jpeg",19, "raw", 11, "psd", 19, "wbmp",19, "tiff",19, "tif", 19,
|
||||
"3ds", 20, "asc", 20, "ico", 20, "cur", 20, "ani", 20, "vox", 20,
|
||||
|
@@ -113,7 +113,7 @@ void _SystemDiscs::Get()
|
||||
}
|
||||
if (!strcmp(#sys_discs, "/rd/1/"))
|
||||
{
|
||||
GetDir(#tempbuf, #temp_file_count, "/kolibrios/", DIRS_ONLYREAL);
|
||||
GetDir(#tempbuf, #temp_file_count, "/kolibrios", DIRS_ONLYREAL);
|
||||
if (temp_file_count) list.add("/kolibrios/");
|
||||
free(tempbuf);
|
||||
}
|
||||
@@ -239,7 +239,7 @@ void DrawLeftPanelBg()
|
||||
}
|
||||
else
|
||||
{
|
||||
DrawBar(2,start_y,190, onTop1-268, col_lpanel);
|
||||
DrawBar(2,start_y,190, onTop1-268+status_bar_h, col_lpanel);
|
||||
PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
|
||||
}
|
||||
PutShadow(17,start_y,160,1,1,3);
|
||||
|
Reference in New Issue
Block a user