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

Revision 7475, 5.1 kB (checked in by asterix, 2 years ago)

merge ad_hoc branch. so we now have ad hoc commands and pubsub (atom). A great thanks to Tomasz Melcer (liorithiel) and Google Summer Of Code. fixes #189

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="account_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="image1235">
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="join_group_chat_menuitem">
30      <property name="visible">True</property>
31      <property name="label" translatable="yes">_Group Chat</property>
32      <property name="use_underline">True</property>
33
34      <child internal-child="image">
35        <widget class="GtkImage" id="image1236">
36          <property name="visible">True</property>
37          <property name="stock">gtk-connect</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
48  <child>
49    <widget class="GtkMenuItem" id="open_gmail_inbox_menuitem">
50      <property name="visible">True</property>
51      <property name="label" translatable="yes">_Open Gmail Inbox</property>
52      <property name="use_underline">True</property>
53    </widget>
54  </child>
55
56  <child>
57    <widget class="GtkImageMenuItem" id="new_message_menuitem">
58      <property name="visible">True</property>
59      <property name="label" translatable="yes">Send Single _Message...</property>
60      <property name="use_underline">True</property>
61
62      <child internal-child="image">
63        <widget class="GtkImage" id="image1237">
64          <property name="visible">True</property>
65          <property name="stock">gtk-new</property>
66          <property name="icon_size">1</property>
67          <property name="xalign">0.5</property>
68          <property name="yalign">0.5</property>
69          <property name="xpad">0</property>
70          <property name="ypad">0</property>
71        </widget>
72      </child>
73    </widget>
74  </child>
75
76  <child>
77    <widget class="GtkImageMenuItem" id="add_contact_menuitem">
78      <property name="visible">True</property>
79      <property name="label" translatable="yes">_Add Contact...</property>
80      <property name="use_underline">True</property>
81
82      <child internal-child="image">
83        <widget class="GtkImage" id="image1238">
84          <property name="visible">True</property>
85          <property name="stock">gtk-add</property>
86          <property name="icon_size">1</property>
87          <property name="xalign">0.5</property>
88          <property name="yalign">0.5</property>
89          <property name="xpad">0</property>
90          <property name="ypad">0</property>
91        </widget>
92      </child>
93    </widget>
94  </child>
95
96  <child>
97    <widget class="GtkImageMenuItem" id="service_discovery_menuitem">
98      <property name="visible">True</property>
99      <property name="label" translatable="yes">_Discover Services...</property>
100      <property name="use_underline">True</property>
101
102      <child internal-child="image">
103        <widget class="GtkImage" id="image1239">
104          <property name="visible">True</property>
105          <property name="stock">gtk-find</property>
106          <property name="icon_size">1</property>
107          <property name="xalign">0.5</property>
108          <property name="yalign">0.5</property>
109          <property name="xpad">0</property>
110          <property name="ypad">0</property>
111        </widget>
112      </child>
113    </widget>
114  </child>
115
116  <child>
117    <widget class="GtkImageMenuItem" id="execute_command_menuitem">
118      <property name="visible">True</property>
119      <property name="label" translatable="yes">_Execute Command...</property>
120      <property name="use_underline">True</property>
121
122      <child internal-child="image">
123        <widget class="GtkImage" id="image1246">
124          <property name="visible">True</property>
125          <property name="stock">gtk-execute</property>
126          <property name="icon_size">1</property>
127          <property name="xalign">0.5</property>
128          <property name="yalign">0.5</property>
129          <property name="xpad">0</property>
130          <property name="ypad">0</property>
131        </widget>
132      </child>
133    </widget>
134  </child>
135
136  <child>
137    <widget class="GtkImageMenuItem" id="edit_account_menuitem">
138      <property name="visible">True</property>
139      <property name="label" translatable="yes">_Modify Account...</property>
140      <property name="use_underline">True</property>
141
142      <child internal-child="image">
143        <widget class="GtkImage" id="image1240">
144          <property name="visible">True</property>
145          <property name="stock">gtk-preferences</property>
146          <property name="icon_size">1</property>
147          <property name="xalign">0.5</property>
148          <property name="yalign">0.5</property>
149          <property name="xpad">0</property>
150          <property name="ypad">0</property>
151        </widget>
152      </child>
153    </widget>
154  </child>
155</widget>
156
157</glade-interface>
Note: See TracBrowser for help on using the browser.