diff --git a/tools/gimp-plugin/file-formats.h b/tools/gimp-plugin/file-formats.h index 0cbaea707..f199b0ac0 100644 --- a/tools/gimp-plugin/file-formats.h +++ b/tools/gimp-plugin/file-formats.h @@ -3,6 +3,7 @@ * * file-rawtherapee.c -- raw file format plug-in that uses rawtherapee * Copyright (C) 2016 Tobias Ellinghaus + * Copyright (C) 2017 Alberto Griggio * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/gimp-plugin/file-rawtherapee.c b/tools/gimp-plugin/file-rawtherapee.c index 1177cb8be..69259ac1e 100644 --- a/tools/gimp-plugin/file-rawtherapee.c +++ b/tools/gimp-plugin/file-rawtherapee.c @@ -162,7 +162,7 @@ query (void) gimp_register_file_handler_mime (format->load_proc, format->mime_type); -// gimp_register_file_handler_raw (format->load_proc); + gimp_register_file_handler_raw (format->load_proc); gimp_register_magic_load_handler (format->load_proc, format->extensions, "",