Fix #160: Replace print dialog by standard GTK dialog
[geeqie.git] / src / options.c
index eec3b48..200b552 100644 (file)
@@ -194,6 +194,10 @@ ConfOptions *init_options(ConfOptions *options)
        options->read_metadata_in_idle = FALSE;
        options->star_rating.star = STAR_RATING_STAR;
        options->star_rating.rejected = STAR_RATING_REJECTED;
+
+       options->printer.font = g_strdup("Serif 10");
+       options->printer.text_fields = 1;
+
        return options;
 }