pidgin/resources/gtk/menus.ui

Thu, 27 Jan 2022 21:25:44 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 27 Jan 2022 21:25:44 -0600
changeset 41261
da675858a91c
parent 41252
aaa984be3a68
child 41298
6d816e02fd76
permissions
-rw-r--r--

Move the static items from the old menus to the new menus

This includes the Account Manager and Plugin Manager items.

Testing Done:
Ran, loaded idle maker make sure it still showed up in the old menu and verified that the account and plugin managers were displayed when selected.

Reviewed at https://reviews.imfreedom.org/r/1247/

40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
2 <!--
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
3
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
4 Pidgin - Internet Messenger
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
6
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
7 This program is free software; you can redistribute it and/or modify
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
8 it under the terms of the GNU General Public License as published by
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
9 the Free Software Foundation; either version 2 of the License, or
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
10 (at your option) any later version.
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
11
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
12 This program is distributed in the hope that it will be useful,
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
15 GNU General Public License for more details.
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
16
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
17 You should have received a copy of the GNU General Public License
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
18 along with this program; if not, see <https://www.gnu.org/licenses/>.
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
19 -->
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 <interface>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
21 <requires lib="gtk+" version="3.22"/>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
22 <!-- interface-license-type gplv2 -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
23 <!-- interface-name Pidgin -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
24 <!-- interface-description Internet Messenger -->
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40683
diff changeset
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
26 <menu id="menubar">
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
27 <submenu>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
28 <attribute name="label" translatable="yes">_Buddies</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
29
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
30 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
31 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
32 <attribute name="label" translatable="yes">New Instant _Message</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
33 <attribute name="action">app.new-message</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
34 <attribute name="accel">&lt;Primary&gt;M</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
35 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
36 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
37 <attribute name="label" translatable="yes">Join a _Chat...</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
38 <attribute name="action">app.join-chat</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
39 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
40 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
41 <attribute name="label" translatable="yes">Get User _Info...</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
42 <attribute name="action">app.get-user-info</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
43 <attribute name="accel">&lt;Primary&gt;I</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
44 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
45 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
46
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
47 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
48 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
49 <attribute name="label" translatable="yes">_Add Buddy...</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
50 <attribute name="action">app.add-buddy</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
51 <attribute name="accel">&lt;Primary&gt;B</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
52 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
53 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
54 <attribute name="label" translatable="yes">_Add Chat...</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
55 <attribute name="action">app.add-chat</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
56 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
57 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
58 <attribute name="label" translatable="yes">_Add Group...</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
59 <attribute name="action">app.add-group</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
60 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
61 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
62
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
63 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
64 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
65 <attribute name="label" translatable="yes">_Quit</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
66 <attribute name="action">app.quit</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
67 <attribute name="accel">&lt;Primary&gt;Q</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
68 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
69 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
70 </submenu>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
71 <submenu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <attribute name="label" translatable="yes">_Conversation</attribute>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
73
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
74 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
75 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 <attribute name="label" translatable="yes">New Instant _Message...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
77 <attribute name="action">app.new-message</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
78 <attribute name="accel">&lt;Primary&gt;M</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
81 <attribute name="label" translatable="yes">Join a _Chat...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
82 <attribute name="action">app.join-chat</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
83 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
84 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
85
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
86 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
87 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
88 <attribute name="label" translatable="yes">_Find...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
89 <attribute name="action">win.find</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 <attribute name="accel">&lt;Primary&gt;F</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
91 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
92 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
93 <attribute name="label" translatable="yes">Clea_r Scrollback</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
94 <attribute name="action">win.clear-history</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
95 <attribute name="accel">&lt;Primary&gt;L</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
96 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
97 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
98
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
99 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
100 <submenu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
101 <attribute name="label" translatable="yes">M_edia</attribute>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
102
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
103 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
104 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 <attribute name="label" translatable="yes">_Audio Call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
106 <attribute name="action">win.audio-call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
107 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
108 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
109 <attribute name="label" translatable="yes">_Video Call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
110 <attribute name="action">win.video-call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
111 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
112 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
113 <attribute name="label" translatable="yes">Audio/Video _Call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
114 <attribute name="action">win.audio-video-call</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
115 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
116 </section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
117 </submenu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
118 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
119
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
120 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
121 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
122 <attribute name="label" translatable="yes">Se_nd File...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
123 <attribute name="action">win.send-file</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
124 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
125 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
126 <attribute name="label" translatable="yes">_Get Info</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
127 <attribute name="action">win.clear-history</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
128 <attribute name="accel">&lt;Primary&gt;O</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
129 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
130 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
131 <attribute name="label" translatable="yes">In_vite...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
132 <attribute name="action">win.invite</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
133 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
134 <submenu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
135 <attribute name="label" translatable="yes">M_ore</attribute>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
136
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
137 <section id="more"></section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
138 </submenu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
139 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
140
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
141 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
142 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
143 <attribute name="label" translatable="yes">Al_ias...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
144 <attribute name="action">win.alias</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
145 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
146 <item>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 41176
diff changeset
147 <attribute name="label" translatable="yes">_Blocked...</attribute>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
148 <attribute name="action">win.block</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
149 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
150 <item>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 41176
diff changeset
151 <attribute name="label" translatable="yes">_Save Contact</attribute>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 41176
diff changeset
152 <attribute name="action">win.save-contact</attribute>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
153 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
154 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
155
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
156 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
157 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
158 <attribute name="label" translatable="yes">Insert Lin_k...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
159 <attribute name="action">win.insert-link</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
160 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
161 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
162 <attribute name="label" translatable="yes">Insert Imag_e...</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
163 <attribute name="action">win.insert-image</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
164 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
165 </section>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
166
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
167 <section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
168 <item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
169 <attribute name="label" translatable="yes">_Close</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
170 <attribute name="action">win.close</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
171 <attribute name="accel">&lt;Primary&gt;W</attribute>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 </item>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
173 </section>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
174 </submenu>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
175 <submenu>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
176 <attribute name="label" translatable="yes">_Accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
177
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
178 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
179 <item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
180 <attribute name="label" translatable="yes">Account _Manager</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
181 <attribute name="action">app.manage-accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
182 <attribute name="accel">&lt;Primary&gt;A</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
183 </item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
184 <submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
185 <attribute name="label" translatable="yes">_Enable Account</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
186
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
187 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
188 <attribute name="id">disabled-accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
189 </section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
190 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
191 </section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
192 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
193 <attribute name="id">enabled-accounts</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
194 </section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
195 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
196 <submenu>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
197 <attribute name="label" translatable="yes">_Tools</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
198
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
199 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
200 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
201 <attribute name="label" translatable="yes">Pr_eferences</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
202 <attribute name="action">app.preferences</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
203 <attribute name="accel">&lt;Primary&gt;P</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
204 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
205 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
206 <attribute name="label" translatable="yes">Pr_ivacy</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
207 <attribute name="action">app.privacy</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
208 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
209 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
210 <attribute name="label" translatable="yes">Set _Mood</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
211 <attribute name="action">app.set-mood</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
212 <attribute name="accel">&lt;Primary&gt;D</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
213 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
214 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
215 <attribute name="label" translatable="yes">_Statuses</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
216 <attribute name="action">app.status-manager</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
217 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
218 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
219
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
220 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
221 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
222 <attribute name="label" translatable="yes">_File Transfers</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
223 <attribute name="action">app.file-transfers</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
224 <attribute name="accel">&lt;Primary&gt;T</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
225 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
226 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
227 <attribute name="label" translatable="yes">R_oom List</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
228 <attribute name="action">app.room-list</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
229 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
230 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
231 </submenu>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
232 <submenu>
41261
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
233 <attribute name="label" translatable="yes">_Plugins</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
234
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
235 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
236 <item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
237 <attribute name="label" translatable="yes">Manage Plu_gins</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
238 <attribute name="action">app.manage-plugins</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
239 <attribute name="accel">&lt;Primary&gt;U</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
240 </item>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
241 </section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
242 <section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
243 <attribute name="id">plugins-menu</attribute>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
244 </section>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
245 </submenu>
da675858a91c Move the static items from the old menus to the new menus
Gary Kramlich <grim@reaperworld.com>
parents: 41252
diff changeset
246 <submenu>
41252
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
247 <attribute name="label" translatable="yes">_Help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
248
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
249 <section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
250 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
251 <attribute name="label" translatable="yes">Online _Help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
252 <attribute name="action">app.online-help</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
253 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
254 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
255 <attribute name="label" translatable="yes">_Debug Window</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
256 <attribute name="action">app.debug</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
257 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
258 <item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
259 <attribute name="label" translatable="yes">_About</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
260 <attribute name="action">app.about</attribute>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
261 </item>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
262 </section>
aaa984be3a68 Use the gtk/menus.ui resource to automatically populate the menubar for all GtkApplicationWindow's
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
263 </submenu>
40627
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
264 </menu>
3d6797191bf5 Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
265 </interface>

mercurial