summaryrefslogtreecommitdiff
path: root/src/nautilus-x-content-bar.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-04-15 21:25:13 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-04-26 17:29:53 +0200
commitcee1ced8e45dc9570308ba447f8e3c0edfd986ba (patch)
treea26582af958158872af64ef855b4185dadf09d78 /src/nautilus-x-content-bar.c
parent9192dd8faffd788acf54a3b98de48cd1252dd9a6 (diff)
downloadnautilus-cee1ced8e45dc9570308ba447f8e3c0edfd986ba.tar.gz
Use display names for applications (#611378).
Instead of using the simple GAppInfo name property.
Diffstat (limited to 'src/nautilus-x-content-bar.c')
-rw-r--r--src/nautilus-x-content-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index 25130e8b6..f70d8181d 100644
--- a/src/nautilus-x-content-bar.c
+++ b/src/nautilus-x-content-bar.c
@@ -118,7 +118,7 @@ nautilus_x_content_bar_set_x_content_type (NautilusXContentBar *bar, const char
image = NULL;
}
- name = g_app_info_get_name (default_app);
+ name = g_app_info_get_display_name (default_app);
button_text = g_strdup_printf (_("Open %s"), name);
gtk_button_set_image (GTK_BUTTON (bar->priv->button), image);