diff options
Diffstat (limited to 'modules/addressbook/e-book-shell-view-actions.c')
-rw-r--r-- | modules/addressbook/e-book-shell-view-actions.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c index 5cfdbd347d..61434d4e52 100644 --- a/modules/addressbook/e-book-shell-view-actions.c +++ b/modules/addressbook/e-book-shell-view-actions.c @@ -259,7 +259,8 @@ action_address_book_save_as_cb (GtkAction *action, string = eab_suggest_filename (list); file = e_shell_run_save_dialog ( - shell, _("Save as vCard"), string, "*.vcf:text/x-vcard,text/directory", NULL, NULL); + shell, _("Save as vCard"), string, + "*.vcf:text/x-vcard,text/directory", NULL, NULL); g_free (string); if (file == NULL) @@ -522,7 +523,8 @@ action_contact_save_as_cb (GtkAction *action, string = eab_suggest_filename (list); file = e_shell_run_save_dialog ( - shell, _("Save as vCard"), string, "*.vcf:text/x-vcard,text/directory", NULL, NULL); + shell, _("Save as vCard"), string, + "*.vcf:text/x-vcard,text/directory", NULL, NULL); g_free (string); if (file == NULL) |