GUI: rename the tree window title to 'Tree'

This commit is contained in:
hasufell 2014-12-01 02:21:25 +01:00
parent cc9b7b6365
commit 9bc0b5e846
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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">