inspector: Make it easier to cut'n'paste advice message

The message says "Enable statistics with GOBJECT_DEBUG=instance-count"
but the message itself isn't selectable, making it hard to cut'n'paste.

https://bugzilla.gnome.org/show_bug.cgi?id=746391
This commit is contained in:
Bastien Nocera 2015-03-18 11:44:40 +01:00 committed by Matthias Clasen
parent ec57c6c10b
commit 7dac38f841

View File

@ -161,6 +161,7 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="selectable">True</property>
<property name="label" translatable="yes">Enable statistics with GOBJECT_DEBUG=instance-count</property>
</object>
</child>