From 097271c479a329cdc53cb0be03e1d8b819344624 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 16 May 2014 10:47:04 +0200 Subject: default-applications: Add support for office applications --- capplets/default-applications/mate-da-capplet.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'capplets/default-applications/mate-da-capplet.h') diff --git a/capplets/default-applications/mate-da-capplet.h b/capplets/default-applications/mate-da-capplet.h index cd9f2afc..5a7d7ec0 100644 --- a/capplets/default-applications/mate-da-capplet.h +++ b/capplets/default-applications/mate-da-capplet.h @@ -52,6 +52,9 @@ typedef struct _MateDACapplet { GtkWidget* file_combo_box; GtkWidget* text_combo_box; GtkWidget* image_combo_box; + GtkWidget* document_combo_box; + GtkWidget* word_combo_box; + GtkWidget* spreadsheet_combo_box; /* Web Browser * at the moment default,new_win,new_tab arent used */ @@ -119,6 +122,9 @@ typedef struct _MateDACapplet { GList* file_managers; GList* text_editors; GList* image_viewers; + GList* document_viewers; + GList* word_editors; + GList* spreadsheet_editors; /* Settings objects */ GSettings* terminal_settings; -- cgit v1.2.1