added send file menu

This commit is contained in:
Dimitur Kirov 2005-08-03 14:06:01 +00:00
parent e9daf09fe5
commit 59fa3c3b02
1 changed files with 21 additions and 0 deletions

View File

@ -15503,6 +15503,27 @@ the Jabber network.</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="send_file_menuitem">
<property name="visible">True</property>
<property name="label" translatable="yes">Send File</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_send_file_menuitem_activate" last_modification_time="Thu, 01 Sep 2005 23:13:17 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image985">
<property name="visible">True</property>
<property name="stock">gtk-file</property>
<property name="icon_size">1</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="assign_openpgp_key_menuitem">
<property name="label" translatable="yes">Assign Open_PGP Key</property>