Added .jpe to the list of extensions that the jpeg plug-in recognises.

2004-04-02  Dave Neary  <bolsh@gimp.org>

        * plug-ins/common/jpeg.c: Added .jpe to the list of extensions
        that the jpeg plug-in recognises. Fixes bug #138776.
This commit is contained in:
Dave Neary 2004-04-02 09:41:42 +00:00 committed by David Neary
parent eaf4b87874
commit bfdc3d1490
8 changed files with 19 additions and 14 deletions

View file

@ -1,3 +1,8 @@
2004-04-02 Dave Neary <bolsh@gimp.org>
* plug-ins/common/jpeg.c: Added .jpe to the list of extensions
that the jpeg plug-in recognises. Fixes bug #138776.
2004-04-01 Sven Neumann <sven@gimp.org>
* app/gui/user-install-dialog.c: unset the bg_pixmap and tweak

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}

View file

@ -350,11 +350,11 @@ query (void)
save_args, NULL);
gimp_register_magic_load_handler ("file_jpeg_load",
"jpg,jpeg",
"jpg,jpeg,jpe",
"",
"6,string,JFIF,6,string,Exif");
gimp_register_save_handler ("file_jpeg_save",
"jpg,jpeg",
"jpg,jpeg,jpe",
"");
}