[sysprof/wip/chergert/sysprof-3] libsysprof-ui: use "Avg" for label
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/sysprof-3] libsysprof-ui: use "Avg" for label
- Date: Mon, 20 May 2019 22:01:36 +0000 (UTC)
commit 5e5500cdc88043aa92f585032cb3f022d89f22d5
Author: Christian Hergert <chergert redhat com>
Date: Mon May 20 15:01:24 2019 -0700
libsysprof-ui: use "Avg" for label
Less esoteric
src/libsysprof-ui/sysprof-capture-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-ui/sysprof-capture-view.c b/src/libsysprof-ui/sysprof-capture-view.c
index 520b8e1..6a0f315 100644
--- a/src/libsysprof-ui/sysprof-capture-view.c
+++ b/src/libsysprof-ui/sysprof-capture-view.c
@@ -218,7 +218,7 @@ add_marks_to_details (SysprofCaptureView *self)
sysprof_details_view_add_item (priv->details_view,
g_object_new (GTK_TYPE_LABEL,
"attributes", dim_attrs,
- "label", "Ø",
+ "label", "Avg",
"xalign", 1.0f,
"visible", TRUE,
NULL),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]