2011-07-19 09:57:27 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkMessageDialog" id="messagedialog1">
|
2020-02-14 16:54:38 +00:00
|
|
|
<property name="decorated">0</property>
|
2011-07-19 09:57:27 +00:00
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="buttons">ok</property>
|
|
|
|
<property name="text" translatable="yes">Text</property>
|
|
|
|
<property name="secondary_text" translatable="yes">Secondary text #1</property>
|
|
|
|
<property name="secondary_text" translatable="yes">Secondary text #2</property>
|
|
|
|
<property name="secondary_text" translatable="yes">Secondary text #3</property>
|
|
|
|
<property name="secondary_text" translatable="yes">Secondary text #4</property>
|
|
|
|
<property name="secondary_text" translatable="yes">Secondary text #5</property>
|
|
|
|
</object>
|
|
|
|
</interface>
|