summaryrefslogtreecommitdiff
path: root/stickynotes/sticky-notes-note.ui
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2021-10-07 18:42:36 +0200
committerraveit65 <[email protected]>2021-11-09 22:39:33 +0100
commit63b52c7b872258270f7f75d52dcf4edff83cefc3 (patch)
treeea57a2f7d6c4b429cedbbd7f94bd94a05744db48 /stickynotes/sticky-notes-note.ui
parente4f0153c22cf9639953ce28c4e6e7cda1ef064d9 (diff)
downloadmate-applets-63b52c7b872258270f7f75d52dcf4edff83cefc3.tar.bz2
mate-applets-63b52c7b872258270f7f75d52dcf4edff83cefc3.tar.xz
stickynotes: Restore note popup menu that got lost in 37a85e35448f8
Diffstat (limited to 'stickynotes/sticky-notes-note.ui')
-rw-r--r--stickynotes/sticky-notes-note.ui36
1 files changed, 36 insertions, 0 deletions
diff --git a/stickynotes/sticky-notes-note.ui b/stickynotes/sticky-notes-note.ui
index 4426c659..d8a69587 100644
--- a/stickynotes/sticky-notes-note.ui
+++ b/stickynotes/sticky-notes-note.ui
@@ -6,6 +6,42 @@
<object class="GtkSourceBuffer" id="body_buffer">
<property name="max_undo_levels">-1</property>
</object>
+ <object class="GtkMenu" id="stickynote_menu">
+ <child>
+ <object class="GtkMenuItem" id="popup_create">
+ <property name="visible">True</property>
+ <property name="use-underline">True</property>
+ <property name="label" translatable="yes">_New Note</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="popup_destroy">
+ <property name="visible">True</property>
+ <property name="use-underline">True</property>
+ <property name="label" translatable="yes">_Delete Note...</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkSeparatorMenuItem"/>
+ </child>
+ <child>
+ <object class="GtkCheckMenuItem" id="popup_toggle_lock">
+ <property name="visible">True</property>
+ <property name="use-underline">True</property>
+ <property name="label" translatable="yes">_Lock Note</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkSeparatorMenuItem"/>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="popup_properties">
+ <property name="visible">True</property>
+ <property name="use-underline">True</property>
+ <property name="label" translatable="yes">_Properties</property>
+ </object>
+ </child>
+ </object>
<object class="GtkWindow" id="stickynote_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Sticky Note</property>