Skip to content

Commit

Permalink
default-applications: Use the selected word processor for RTF as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling authored and raveit65 committed Dec 7, 2018
1 parent 9a36755 commit a61bda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capplets/default-applications/mate-da-capplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ set_changed(GtkComboBox* combo, MateDACapplet* capplet, GList* list, gint type)

case DA_TYPE_WORD:
g_app_info_set_as_default_for_type(item, "application/vnd.oasis.opendocument.text", NULL);
g_app_info_set_as_default_for_type(item, "application/rtf", NULL);
g_app_info_set_as_default_for_type(item, "application/msword", NULL);
g_app_info_set_as_default_for_type(item, "application/vnd.openxmlformats-officedocument.wordprocessingml.document", NULL);
break;
Expand Down

0 comments on commit a61bda0

Please sign in to comment.