From a61bda02b8789cdcfd5e6a619b381355d62ae554 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 4 Dec 2018 18:14:31 +0100 Subject: default-applications: Use the selected word processor for RTF as well --- capplets/default-applications/mate-da-capplet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/capplets/default-applications/mate-da-capplet.c b/capplets/default-applications/mate-da-capplet.c index 2bee7766..450f1e9f 100644 --- a/capplets/default-applications/mate-da-capplet.c +++ b/capplets/default-applications/mate-da-capplet.c @@ -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; -- cgit v1.2.1