pidgin/resources/Plugins/menu.ui

changeset 40373
5d2a493339f2
child 40375
eb209c40d91e
equal deleted inserted replaced
40372:38f54b5851f7 40373:5d2a493339f2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.2
3
4 Pidgin - Internet Messenger
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
21 -->
22 <interface>
23 <requires lib="gtk+" version="3.22"/>
24 <!-- interface-license-type gplv2 -->
25 <!-- interface-name Pidgin -->
26 <!-- interface-description Internet Messenger -->
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
28 <template class="PidginPluginsMenu" parent="GtkMenu">
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <child>
32 <object class="GtkMenuItem">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="action_name">plugins-menu.manager</property>
36 <property name="label" translatable="yes">_Manager</property>
37 <property name="use_underline">True</property>
38 <accelerator key="u" signal="activate" modifiers="GDK_CONTROL_MASK"/>
39 </object>
40 </child>
41 <child>
42 <object class="GtkSeparatorMenuItem" id="separator">
43 <property name="can_focus">False</property>
44 </object>
45 </child>
46 </template>
47 </interface>

mercurial