GUI: fix window title of QuadTree window

This commit is contained in:
2014-11-15 15:35:35 +01:00
parent 60d7dca2c8
commit e0a1c6ebba

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