forked from AuroraMiddleware/gtk
10 lines
364 B
XML
10 lines
364 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkMessageDialog" id="messagedialog1">
|
|
<property name="decorated">0</property>
|
|
<property name="buttons">ok</property>
|
|
<property name="text" translatable="yes">Text</property>
|
|
<property name="secondary_text" translatable="yes">Secondary text #5</property>
|
|
</object>
|
|
</interface>
|