GUI: fix window title of QuadTree window

This commit is contained in:
hasufell 2014-11-15 15:35:35 +01:00
parent 60d7dca2c8
commit e0a1c6ebba
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ Show quad 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="type_hint">dialog</property>
<child>
<widget class="GtkDrawingArea" id="treedrawingarea">