diff options
Diffstat (limited to 'gtk/updateiconcache.c')
-rw-r--r-- | gtk/updateiconcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c index c5be0f56d5..b186e9ad70 100644 --- a/gtk/updateiconcache.c +++ b/gtk/updateiconcache.c @@ -575,7 +575,7 @@ maybe_cache_icon_data (Image *image, } /* - * Finds all dir separators and replaces them with '/'. + * Finds all dir separators and replaces them with “/”. * This makes sure that only /-separated paths are written in cache files, * maintaining compatibility with theme index files that use slashes as * directory separators on all platforms. |