KFM,OpenDialog, Tinypad - corrected for file associations

git-svn-id: svn://kolibrios.org@2204 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2011-09-17 10:00:30 +00:00
parent 2128e12335
commit c1d90c2113
3 changed files with 15 additions and 0 deletions

View File

@ -152,6 +152,8 @@ dd Filter.end - Filter
db 'TXT',0 db 'TXT',0
db 'ASM',0 db 'ASM',0
db 'INC',0 db 'INC',0
db 'MAC',0
db 'DBG',0
db 'INI',0 db 'INI',0
db 'LOG',0 db 'LOG',0
db 'DAT',0 db 'DAT',0

View File

@ -2,6 +2,7 @@ start
<>icons_associations <>icons_associations
asm 0004 asm 0004
inc 0004 inc 0004
mac 0004
txt 0003 txt 0003
rtf 0003 rtf 0003
ini 0003 ini 0003
@ -101,6 +102,7 @@ wlz 0005
exe 0008 exe 0008
com 0008 com 0008
bat 0008 bat 0008
sh 0008
7z 0009 7z 0009
rar 0009 rar 0009
zip 0009 zip 0009
@ -122,6 +124,8 @@ uu 0009
xxe 0009 xxe 0009
z 0009 z 0009
dat 0010 dat 0010
dbg 0010
mgb 0010
ttf 0012 ttf 0012
ttc 0012 ttc 0012
chr 0012 chr 0012
@ -137,12 +141,15 @@ skn 0017
<>files_associations <>files_associations
asm /sys/tinypad asm /sys/tinypad
inc /sys/tinypad inc /sys/tinypad
mac /sys/tinypad
dbg /sys/tinypad
txt /sys/tinypad txt /sys/tinypad
ini /sys/tinypad ini /sys/tinypad
log /sys/tinypad log /sys/tinypad
dat /sys/tinypad dat /sys/tinypad
inf /sys/tinypad inf /sys/tinypad
bat /sys/tinypad bat /sys/tinypad
sh /sys/tinypad
jpg /sys/media/kiv jpg /sys/media/kiv
jpeg /sys/media/kiv jpeg /sys/media/kiv
jpe /sys/media/kiv jpe /sys/media/kiv
@ -180,6 +187,8 @@ sna /sys/e80
htm /sys/HTMLv htm /sys/HTMLv
html /sys/HTMLv html /sys/HTMLv
kla /sys/games/klavisha kla /sys/games/klavisha
bin /sys/develop/heed
mgb /sys/develop/heed
<>end <>end
<>files_association1 <>files_association1

View File

@ -1,5 +1,6 @@
asm=4 asm=4
inc=4 inc=4
mac=4
txt=3 txt=3
rtf=3 rtf=3
ini=3 ini=3
@ -101,6 +102,7 @@ wlz=5
exe=8 exe=8
com=8 com=8
bat=8 bat=8
sh=8
7z=9 7z=9
rar=9 rar=9
zip=9 zip=9
@ -122,6 +124,8 @@ uu=9
xxe=9 xxe=9
z=9 z=9
dat=10 dat=10
dbg=10
mgb=10
ttf=12 ttf=12
ttc=12 ttc=12
chr=12 chr=12