[gtk+] inspector: Show wayland display information
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] inspector: Show wayland display information
- Date: Tue, 28 Jul 2015 05:15:39 +0000 (UTC)
commit bc68600cb043b60c3e1a3ffe47e485553b45a841
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 28 00:46:34 2015 -0400
inspector: Show wayland display information
Don't call it "X display" when we show useful information under
Wayland as well.
gtk/inspector/general.c | 4 ++--
gtk/inspector/general.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c
index f3a1529..c5baf84 100644
--- a/gtk/inspector/general.c
+++ b/gtk/inspector/general.c
@@ -274,7 +274,7 @@ init_env (GtkInspectorGeneral *gen)
}
static void
-init_x (GtkInspectorGeneral *gen)
+init_display (GtkInspectorGeneral *gen)
{
GdkScreen *screen;
gchar *name;
@@ -298,7 +298,7 @@ gtk_inspector_general_init (GtkInspectorGeneral *gen)
gtk_widget_init_template (GTK_WIDGET (gen));
init_version (gen);
init_env (gen);
- init_x (gen);
+ init_display (gen);
init_gl (gen);
}
diff --git a/gtk/inspector/general.ui b/gtk/inspector/general.ui
index c99115a..e1a2bca 100644
--- a/gtk/inspector/general.ui
+++ b/gtk/inspector/general.ui
@@ -370,7 +370,7 @@
<child>
<object class="GtkLabel" id="x_display_label">
<property name="visible">True</property>
- <property name="label" translatable="yes">X display</property>
+ <property name="label" translatable="yes">Display</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
<property name="xalign">0.0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]