[gthumb] histogram view: added the thousands separator to the pixel total
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] histogram view: added the thousands separator to the pixel total
- Date: Sat, 30 Apr 2011 20:12:42 +0000 (UTC)
commit a6d2c75186d0d1fd46c5c3c2c95f23ed3ccef35d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Apr 30 22:09:46 2011 +0200
histogram view: added the thousands separator to the pixel total
gthumb/gth-histogram-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-histogram-view.c b/gthumb/gth-histogram-view.c
index 8f2daf5..d0aaae8 100644
--- a/gthumb/gth-histogram-view.c
+++ b/gthumb/gth-histogram-view.c
@@ -298,7 +298,7 @@ _gth_histogram_view_update_info (GthHistogramView *self)
gtk_label_set_text (GTK_LABEL (GET_WIDGET ("median_label")), s);
g_free (s);
- s = g_strdup_printf ("%" G_GOFFSET_FORMAT, total);
+ s = g_strdup_printf ("%'" G_GOFFSET_FORMAT, total);
gtk_label_set_text (GTK_LABEL (GET_WIDGET ("total_label")), s);
g_free (s);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]