Make place type in Place Reference Editor editable, add tooltip

This commit is contained in:
Sebastian Schubert 2015-04-09 13:57:56 +02:00
parent c5c5889a42
commit b4eae781f8

View File

@ -350,11 +350,13 @@
<child>
<object class="GtkComboBox" id="place_type">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">What type of place this is. Eg 'Country', 'City', ... .</property>
<property name="has_entry">True</property>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry">
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="overwrite_mode">True</property>
</object>
</child>
</object>