[gthumb] use the 3 dots unicode character instead of 3 dots
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] use the 3 dots unicode character instead of 3 dots
- Date: Mon, 26 Mar 2012 18:39:00 +0000 (UTC)
commit 82cc7e8f746cdf6fdaff2b910adfd9c15294bd75
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Mar 26 20:37:46 2012 +0200
use the 3 dots unicode character instead of 3 dots
gthumb/gth-file-properties.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-properties.c b/gthumb/gth-file-properties.c
index f3a55ae..c3fec28 100644
--- a/gthumb/gth-file-properties.c
+++ b/gthumb/gth-file-properties.c
@@ -138,7 +138,7 @@ gth_file_properties_real_set_file (GthPropertyView *base,
char *tmp_value;
if (g_utf8_strlen (value, -1) > MAX_ATTRIBUTE_LENGTH)
- g_utf8_strncpy (g_utf8_offset_to_pointer (value, MAX_ATTRIBUTE_LENGTH - 3), "...", 3);
+ g_utf8_strncpy (g_utf8_offset_to_pointer (value, MAX_ATTRIBUTE_LENGTH - 1), "â", 1);
tmp_value = _g_utf8_replace (value, "[\r\n]", " ");
g_free (value);
value = tmp_value;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]