3
3
<!-- interface-requires gtk+ 3.0 -->
4
4
<!-- interface-requires gtksourceview 3.0 -->
5
<object class="GtkMessageDialog" id="confirmDelete">
5
<object class="GtkAboutDialog" id="AboutWindow">
6
6
<property name="can_focus">False</property>
7
7
<property name="border_width">5</property>
8
<property name="title" translatable="yes">Confirm delete</property>
8
<property name="title" translatable="yes">About Indicator Stickynotes</property>
9
<property name="modal">True</property>
10
<property name="icon">Icons/indicator-stickynotes.png</property>
9
11
<property name="type_hint">dialog</property>
10
<property name="skip_taskbar_hint">True</property>
11
<property name="message_type">warning</property>
12
<property name="text" translatable="yes">Are you sure you want to delete this note?</property>
12
<property name="program_name">Indicator Stickynotes</property>
13
<property name="version">0.3</property>
14
<property name="copyright">Copyright © 2012 Umang Varma</property>
15
<property name="comments" translatable="yes">Please report bugs, contribute translations, and make suggestions on the Launchpad homepage below.</property>
16
<property name="website">https://launchpad.net/indicator-stickynotes</property>
17
<property name="website_label">https://launchpad.net/indicator-stickynotes</property>
18
<property name="license">indicator-stickynotes is free software: you can redistribute it and/or
19
modify it under the terms of the GNU General Public License as published by
20
the Free Software Foundation, either version 3 of the License, or (at your
21
option) any later version.
23
indicator-stickynotes is distributed in the hope that it will be useful, but
24
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
25
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
28
You should have received a copy of the GNU General Public License along with
29
indicator-stickynotes. If not, see <http://www.gnu.org/licenses/>.</property>
30
<property name="authors">Umang Varma</property>
31
<property name="translator_credits">Cenwen
32
Roberto Rodriguez</property>
33
<property name="logo">Icons/indicator-stickynotes.png</property>
34
<property name="wrap_license">True</property>
13
35
<child internal-child="vbox">
14
<object class="GtkBox" id="messagedialog-vbox1">
36
<object class="GtkBox" id="aboutdialog-vbox1">
15
37
<property name="can_focus">False</property>
16
38
<property name="orientation">vertical</property>
17
39
<property name="spacing">2</property>
18
40
<child internal-child="action_area">
19
<object class="GtkButtonBox" id="messagedialog-action_area1">
41
<object class="GtkButtonBox" id="aboutdialog-action_area1">
20
42
<property name="can_focus">False</property>
21
43
<property name="layout_style">end</property>
23
<object class="GtkButton" id="bCancel">
24
<property name="label">gtk-cancel</property>
25
<property name="use_action_appearance">False</property>
26
<property name="visible">True</property>
27
<property name="can_focus">True</property>
28
<property name="receives_default">True</property>
29
<property name="use_action_appearance">False</property>
30
<property name="use_stock">True</property>
33
<property name="expand">False</property>
34
<property name="fill">True</property>
35
<property name="position">0</property>
39
<object class="GtkButton" id="bDelete">
40
<property name="label">gtk-delete</property>
41
<property name="use_action_appearance">False</property>
42
<property name="visible">True</property>
43
<property name="can_focus">True</property>
44
<property name="receives_default">True</property>
45
<property name="use_action_appearance">False</property>
46
<property name="use_stock">True</property>
49
<property name="expand">False</property>
50
<property name="fill">True</property>
51
<property name="position">1</property>
56
46
<property name="expand">False</property>
59
49
<property name="position">0</property>
65
<action-widget response="0">bCancel</action-widget>
66
<action-widget response="1">bDelete</action-widget>
69
<object class="GtkImage" id="imgAdd">
70
<property name="visible">True</property>
71
<property name="can_focus">False</property>
72
<property name="pixbuf">Icons/Add.png</property>
74
<object class="GtkImage" id="imgClose">
75
<property name="visible">True</property>
76
<property name="can_focus">False</property>
77
<property name="pixbuf">Icons/Close.png</property>
79
58
<object class="GtkWindow" id="MainWindow">
80
59
<property name="can_focus">False</property>
202
<object class="GtkMessageDialog" id="confirmDelete">
203
<property name="can_focus">False</property>
204
<property name="border_width">5</property>
205
<property name="title" translatable="yes">Confirm delete</property>
206
<property name="type_hint">dialog</property>
207
<property name="skip_taskbar_hint">True</property>
208
<property name="message_type">warning</property>
209
<property name="text" translatable="yes">Are you sure you want to delete this note?</property>
210
<child internal-child="vbox">
211
<object class="GtkBox" id="messagedialog-vbox1">
212
<property name="can_focus">False</property>
213
<property name="orientation">vertical</property>
214
<property name="spacing">2</property>
215
<child internal-child="action_area">
216
<object class="GtkButtonBox" id="messagedialog-action_area1">
217
<property name="can_focus">False</property>
218
<property name="layout_style">end</property>
220
<object class="GtkButton" id="bCancel">
221
<property name="label">gtk-cancel</property>
222
<property name="use_action_appearance">False</property>
223
<property name="visible">True</property>
224
<property name="can_focus">True</property>
225
<property name="receives_default">True</property>
226
<property name="use_action_appearance">False</property>
227
<property name="use_stock">True</property>
230
<property name="expand">False</property>
231
<property name="fill">True</property>
232
<property name="position">0</property>
236
<object class="GtkButton" id="bDelete">
237
<property name="label">gtk-delete</property>
238
<property name="use_action_appearance">False</property>
239
<property name="visible">True</property>
240
<property name="can_focus">True</property>
241
<property name="receives_default">True</property>
242
<property name="use_action_appearance">False</property>
243
<property name="use_stock">True</property>
246
<property name="expand">False</property>
247
<property name="fill">True</property>
248
<property name="position">1</property>
253
<property name="expand">False</property>
254
<property name="fill">True</property>
255
<property name="pack_type">end</property>
256
<property name="position">0</property>
262
<action-widget response="0">bCancel</action-widget>
263
<action-widget response="1">bDelete</action-widget>
266
<object class="GtkImage" id="imgAdd">
267
<property name="visible">True</property>
268
<property name="can_focus">False</property>
269
<property name="pixbuf">Icons/Add.png</property>
271
<object class="GtkImage" id="imgClose">
272
<property name="visible">True</property>
273
<property name="can_focus">False</property>
274
<property name="pixbuf">Icons/Close.png</property>
223
276
<object class="GtkImage" id="imgLock">
224
277
<property name="visible">True</property>
225
278
<property name="can_focus">False</property>