forked from KolibriOS/kolibrios
various small fixes
git-svn-id: svn://kolibrios.org@7352 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2bf14704a9
commit
d34a3b3571
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@ -133,10 +133,9 @@ xbm=$KIV
|
|||||||
xcf=$KIV
|
xcf=$KIV
|
||||||
z80=$KIV
|
z80=$KIV
|
||||||
|
|
||||||
|
|
||||||
mp3=$Pixie
|
mp3=$Pixie
|
||||||
wav=$AC97snd
|
wav=$Pixie
|
||||||
xm=$AC97snd
|
xm=$Pixie
|
||||||
m3u=$AC97snd
|
m3u=$AC97snd
|
||||||
|
|
||||||
lap=/sys/media/listplay
|
lap=/sys/media/listplay
|
||||||
@ -150,6 +149,8 @@ rtf=/sys/rtfread
|
|||||||
grf=/sys/graph
|
grf=/sys/graph
|
||||||
|
|
||||||
com=$DosBox
|
com=$DosBox
|
||||||
|
;bat=$DosBox
|
||||||
|
;exe=$DosBox
|
||||||
|
|
||||||
obj=/sys/develop/cObj
|
obj=/sys/develop/cObj
|
||||||
|
|
||||||
@ -157,8 +158,6 @@ raw=$HeEd
|
|||||||
|
|
||||||
shell=$Shell
|
shell=$Shell
|
||||||
sh=$Shell
|
sh=$Shell
|
||||||
bat=$Shell
|
|
||||||
cmd=$Shell
|
|
||||||
|
|
||||||
3ds=$View3DS
|
3ds=$View3DS
|
||||||
asc=$View3DS
|
asc=$View3DS
|
||||||
@ -182,3 +181,5 @@ zip=$Unz
|
|||||||
bas=/kolibrios/develop/TinyBasic/TinyBasic
|
bas=/kolibrios/develop/TinyBasic/TinyBasic
|
||||||
|
|
||||||
vox=/kolibrios/3D/voxel_editor/VOXEL_EDITOR
|
vox=/kolibrios/3D/voxel_editor/VOXEL_EDITOR
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ void settings_dialog()
|
|||||||
if (1==id) { ExitSettings(); break; }
|
if (1==id) { ExitSettings(); break; }
|
||||||
else if (id==5)
|
else if (id==5)
|
||||||
{
|
{
|
||||||
RunProgram("tinypad", "/sys/settings/assoc.ini");
|
RunProgram("/sys/tinypad", "/sys/settings/assoc.ini");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (id==6)
|
else if (id==6)
|
||||||
|
Loading…
Reference in New Issue
Block a user