Skip to content

Commit a61bda0

Browse files
cwendlingraveit65
authored andcommitted
default-applications: Use the selected word processor for RTF as well
1 parent 9a36755 commit a61bda0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

capplets/default-applications/mate-da-capplet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ set_changed(GtkComboBox* combo, MateDACapplet* capplet, GList* list, gint type)
132132

133133
case DA_TYPE_WORD:
134134
g_app_info_set_as_default_for_type(item, "application/vnd.oasis.opendocument.text", NULL);
135+
g_app_info_set_as_default_for_type(item, "application/rtf", NULL);
135136
g_app_info_set_as_default_for_type(item, "application/msword", NULL);
136137
g_app_info_set_as_default_for_type(item, "application/vnd.openxmlformats-officedocument.wordprocessingml.document", NULL);
137138
break;

0 commit comments

Comments
 (0)