summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-06-17 12:30:05 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-06-17 12:30:05 +0100
commit5ec3fa99419b454bc7aca92cfa1bbabedaf949d9 (patch)
treefb97ba707e7ee9bf659e2e264f84e42f06003bd3
parent4b655eee128b6c6bc359f5f955ee8af884208dff (diff)
downloadgnome-control-center-5ec3fa99419b454bc7aca92cfa1bbabedaf949d9.tar.gz
shell: Use proper Unicode ellipses in the search renderer
-rw-r--r--shell/shell-search-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell-search-renderer.c b/shell/shell-search-renderer.c
index 8b70854ec..5479fb71f 100644
--- a/shell/shell-search-renderer.c
+++ b/shell/shell-search-renderer.c
@@ -178,7 +178,7 @@ shell_search_renderer_set_layout (ShellSearchRenderer *cell, GtkWidget *widget)
if (lead == full_string)
leaddot = "";
else
- leaddot = "...";
+ leaddot = "…";
match = g_strndup (start, count);
lead = g_strndup (lead, start - lead);