shell: Use proper Unicode ellipses in the search renderer
This commit is contained in:
parent
4b655eee12
commit
5ec3fa9941
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue