mirror of https://github.com/MidnightCommander/mc
* lib/mc.ext.in: Add support for *.xcf files (native GIMP
format).
This commit is contained in:
parent
853c876e37
commit
fcebeec60c
|
@ -1,3 +1,8 @@
|
|||
2001-10-12 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Add support for *.xcf files (native GIMP
|
||||
format).
|
||||
|
||||
2001-10-06 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* lib/mc.menu: Use "case" instead of non-portable "egrep -q".
|
||||
|
|
|
@ -229,6 +229,9 @@ type/^PGM
|
|||
type/^PPM
|
||||
Include=image-options
|
||||
|
||||
shell/.xcf
|
||||
Open=gimp %f
|
||||
|
||||
shell/.xbm
|
||||
Open=bitmap %f
|
||||
|
||||
|
|
Loading…
Reference in New Issue