GUI: rename the tree window title to 'Tree'

This commit is contained in:
2014-12-01 02:21:25 +01:00
parent cc9b7b6365
commit 9bc0b5e846

View File

@@ -1078,7 +1078,7 @@ Show kd tree squares</property>
<property name="width_request">800</property>
<property name="height_request">500</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">QuadTree</property>
<property name="title" translatable="yes">Tree</property>
<property name="type_hint">dialog</property>
<child>
<widget class="GtkDrawingArea" id="treedrawingarea">