root/branches/gajim_0.11/data/glade/chat_control_popup_menu.glade

Revision 6459, 3.7 kB (checked in by jim++, 2 years ago)

Use gtk-info instead of gtk-dialog-info, it has a shortcut and icon is more clear IMO. Fixes #2043.

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="chat_control_popup_menu">
7
8  <child>
9    <widget class="GtkImageMenuItem" id="history_menuitem">
10      <property name="visible">True</property>
11      <property name="tooltip" translatable="yes">Click to see past conversations with this contact</property>
12      <property name="label" translatable="yes">_History</property>
13      <property name="use_underline">True</property>
14
15      <child internal-child="image">
16        <widget class="GtkImage" id="image1366">
17          <property name="visible">True</property>
18          <property name="stock">gtk-justify-fill</property>
19          <property name="icon_size">1</property>
20          <property name="xalign">0.5</property>
21          <property name="yalign">0.5</property>
22          <property name="xpad">0</property>
23          <property name="ypad">0</property>
24        </widget>
25      </child>
26    </widget>
27  </child>
28
29  <child>
30    <widget class="GtkImageMenuItem" id="information_menuitem">
31      <property name="visible">True</property>
32      <property name="label">gtk-info</property>
33      <property name="use_stock">True</property>
34    </widget>
35  </child>
36
37  <child>
38    <widget class="GtkImageMenuItem" id="send_file_menuitem">
39      <property name="visible">True</property>
40      <property name="label" translatable="yes">Send _File</property>
41      <property name="use_underline">True</property>
42      <signal name="activate" handler="_on_send_file_menuitem_activate" last_modification_time="Tue, 03 Jan 2006 04:26:55 GMT"/>
43
44      <child internal-child="image">
45        <widget class="GtkImage" id="image1367">
46          <property name="visible">True</property>
47          <property name="stock">gtk-file</property>
48          <property name="icon_size">1</property>
49          <property name="xalign">0.5</property>
50          <property name="yalign">0.5</property>
51          <property name="xpad">0</property>
52          <property name="ypad">0</property>
53        </widget>
54      </child>
55    </widget>
56  </child>
57
58  <child>
59    <widget class="GtkCheckMenuItem" id="toggle_gpg_menuitem">
60      <property name="visible">True</property>
61      <property name="label" translatable="yes">Toggle Open_PGP Encryption</property>
62      <property name="use_underline">True</property>
63      <property name="active">False</property>
64      <signal name="activate" handler="_on_toggle_gpg_menuitem_activate" last_modification_time="Tue, 03 Jan 2006 04:26:46 GMT"/>
65    </widget>
66  </child>
67
68  <child>
69    <widget class="GtkCheckMenuItem" id="compact_view_menuitem">
70      <property name="visible">True</property>
71      <property name="label" translatable="yes">_Compact View    Alt+C</property>
72      <property name="use_underline">True</property>
73      <property name="active">False</property>
74      <signal name="activate" handler="_on_compact_view_menuitem_activate" last_modification_time="Tue, 03 Jan 2006 04:26:30 GMT"/>
75    </widget>
76  </child>
77
78  <child>
79    <widget class="GtkImageMenuItem" id="add_to_roster_menuitem">
80      <property name="visible">True</property>
81      <property name="label" translatable="yes">_Add to Roster</property>
82      <property name="use_underline">True</property>
83      <signal name="activate" handler="_on_add_to_roster_menuitem_activate" last_modification_time="Tue, 03 Jan 2006 04:26:37 GMT"/>
84
85      <child internal-child="image">
86        <widget class="GtkImage" id="image1368">
87          <property name="visible">True</property>
88          <property name="stock">gtk-add</property>
89          <property name="icon_size">1</property>
90          <property name="xalign">0.5</property>
91          <property name="yalign">0.5</property>
92          <property name="xpad">0</property>
93          <property name="ypad">0</property>
94        </widget>
95      </child>
96    </widget>
97  </child>
98</widget>
99
100</glade-interface>
Note: See TracBrowser for help on using the browser.