Teach it about .pcc files.
Thu Dec 30 22:55:35 GMT 1999 Adam D. Moss <adam@gimp.org> * plug-ins/common/pcx.c: Teach it about .pcc files.
This commit is contained in:

committed by
Adam D. Moss

parent
13f63c0ccd
commit
701ff83d3c
@ -1,3 +1,7 @@
|
|||||||
|
Thu Dec 30 22:55:35 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/common/pcx.c: Teach it about .pcc files.
|
||||||
|
|
||||||
1999-12-30 Kjartan Maraas <kmaraas@online.no>
|
1999-12-30 Kjartan Maraas <kmaraas@online.no>
|
||||||
|
|
||||||
* app/file_new_dialog.c: Added comment to stop xgettext
|
* app/file_new_dialog.c: Added comment to stop xgettext
|
||||||
|
@ -98,9 +98,9 @@ static void query () {
|
|||||||
nsave_args, 0,
|
nsave_args, 0,
|
||||||
save_args, NULL);
|
save_args, NULL);
|
||||||
|
|
||||||
gimp_register_magic_load_handler ("file_pcx_load", "pcx", "",
|
gimp_register_magic_load_handler ("file_pcx_load", "pcx,pcc", "",
|
||||||
"0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9");
|
"0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9");
|
||||||
gimp_register_save_handler ("file_pcx_save", "pcx", "");
|
gimp_register_save_handler ("file_pcx_save", "pcx,pcc", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Declare internal functions. */
|
/* Declare internal functions. */
|
||||||
|
Reference in New Issue
Block a user