root/branches/gajim_0.11.1/data/glade/zeroconf_context_menu.glade

Revision 7183, 1.6 kB (checked in by sb, 2 years ago)

merge zeroconf branch to trunk

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkMenu" id="zeroconf_context_menu">
7
8  <child>
9    <widget class="GtkImageMenuItem" id="status_menuitem">
10      <property name="visible">True</property>
11      <property name="label" translatable="yes">_Status</property>
12      <property name="use_underline">True</property>
13
14      <child internal-child="image">
15        <widget class="GtkImage" id="image1258">
16          <property name="visible">True</property>
17          <property name="stock">gtk-network</property>
18          <property name="icon_size">1</property>
19          <property name="xalign">0.5</property>
20          <property name="yalign">0.5</property>
21          <property name="xpad">0</property>
22          <property name="ypad">0</property>
23        </widget>
24      </child>
25    </widget>
26  </child>
27
28  <child>
29    <widget class="GtkImageMenuItem" id="zeroconf_properties_menuitem">
30      <property name="visible">True</property>
31      <property name="label" translatable="yes">_Modify Account...</property>
32      <property name="use_underline">True</property>
33
34      <child internal-child="image">
35        <widget class="GtkImage" id="image1259">
36          <property name="visible">True</property>
37          <property name="stock">gtk-preferences</property>
38          <property name="icon_size">1</property>
39          <property name="xalign">0.5</property>
40          <property name="yalign">0.5</property>
41          <property name="xpad">0</property>
42          <property name="ypad">0</property>
43        </widget>
44      </child>
45    </widget>
46  </child>
47</widget>
48
49</glade-interface>
Note: See TracBrowser for help on using the browser.