[gnome-control-center] shell: Use proper Unicode ellipses in the search renderer



commit 5ec3fa99419b454bc7aca92cfa1bbabedaf949d9
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Jun 17 12:30:05 2011 +0100

    shell: Use proper Unicode ellipses in the search renderer

 shell/shell-search-renderer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/shell-search-renderer.c b/shell/shell-search-renderer.c
index 8b70854..5479fb7 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]