Skip to content

Commit

Permalink
temporarily disable pdf export option
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocolacio committed Oct 6, 2017
1 parent da939d8 commit 96cfaf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/marker-exporter.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,12 @@ marker_exporter_show_export_dialog(GtkWindow* parent,
gtk_file_filter_add_pattern(filter, "*.html");
gtk_file_chooser_add_filter(chooser, filter);

/*
filter = gtk_file_filter_new();
gtk_file_filter_set_name(filter, "PDF");
gtk_file_filter_add_pattern(filter, "*.pdf");
gtk_file_chooser_add_filter(chooser, filter);
*/

filter = gtk_file_filter_new();
gtk_file_filter_set_name(filter, "RTF");
Expand Down

0 comments on commit 96cfaf0

Please sign in to comment.