missing commit of adhoc commnds ui file

This commit is contained in:
Yann Leboulanger 2010-07-22 17:42:35 +02:00
parent c7abc6872c
commit d9ee8ffbb3
1 changed files with 16 additions and 1 deletions

View File

@ -422,6 +422,21 @@
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkButton" id="finish_button">
<property name="label" translatable="yes">F_inish</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_finish_button_clicked"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="close_button">
<property name="label">gtk-close</property>
@ -435,7 +450,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">4</property>
<property name="position">5</property>
</packing>
</child>
</object>