aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-20 07:36:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-20 07:36:46 +0800
commit83a264cd7e6e28af8ea9ea3442693a2d409be458 (patch)
tree73000d9651cfd4f576a878e3564ed8f31eee3bb4 /shell
parent124a4f8913e924d1ca58575b1382630147fa6f3e (diff)
downloadgsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.gz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.bz2
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.lz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.xz
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.tar.zst
gsoc2013-evolution-83a264cd7e6e28af8ea9ea3442693a2d409be458.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c
index 1a8d7830f2..70638ec2dd 100644
--- a/shell/e-shell-utils.c
+++ b/shell/e-shell-utils.c
@@ -215,7 +215,7 @@ e_shell_run_save_dialog (EShell *shell,
gtk_file_filter_add_pattern (filter, flt);
if (g_ascii_strcasecmp (flt, "*.mbox") == 0)
- gtk_file_filter_set_name (filter, _("Berkeley Mailbox (mbox)"));
+ gtk_file_filter_set_name (filter, _("Berkeley Mailbox (mbox)"));
else if (g_ascii_strcasecmp (flt, "*.vcf") == 0)
gtk_file_filter_set_name (filter, _("vCard (.vcf)"));
else if (g_ascii_strcasecmp (flt, "*.ics") == 0)