diff --git a/ChangeLog b/ChangeLog index dcdf081d97..7d0d92cbb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 30 22:55:35 GMT 1999 Adam D. Moss + + * plug-ins/common/pcx.c: Teach it about .pcc files. + 1999-12-30 Kjartan Maraas * app/file_new_dialog.c: Added comment to stop xgettext diff --git a/plug-ins/common/pcx.c b/plug-ins/common/pcx.c index 8f1c15a9ac..aca10f22c7 100644 --- a/plug-ins/common/pcx.c +++ b/plug-ins/common/pcx.c @@ -98,9 +98,9 @@ static void query () { nsave_args, 0, 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"); - gimp_register_save_handler ("file_pcx_save", "pcx", ""); + gimp_register_save_handler ("file_pcx_save", "pcx,pcc", ""); } /* Declare internal functions. */