comparison src/options.c @ 1809:e1c18f81e637

Add unknown file class to grouping
author mow
date Sun, 28 Feb 2010 22:55:37 +0000
parents 956aab097ea7
children
comparison
equal deleted inserted replaced
1808:6c61c246506b 1809:e1c18f81e637
147 options->color_profile.input_file[i] = NULL; 147 options->color_profile.input_file[i] = NULL;
148 options->color_profile.input_name[i] = NULL; 148 options->color_profile.input_name[i] = NULL;
149 } 149 }
150 150
151 set_default_image_overlay_template_string(&options->image_overlay.template_string); 151 set_default_image_overlay_template_string(&options->image_overlay.template_string);
152 options->sidecar.ext = g_strdup(".jpg;%raw;.ufraw;.xmp"); 152 options->sidecar.ext = g_strdup(".jpg;%raw;.ufraw;.xmp;%unknown");
153 153
154 options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH); 154 options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH);
155 options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS); 155 options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS);
156 156
157 #if 0 157 #if 0