diff options
Diffstat (limited to 'capplets/default-applications/mate-da-capplet.h')
-rw-r--r-- | capplets/default-applications/mate-da-capplet.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |