hi,

just found box and note insets do not have open/close item in their context
menu. i'll add them unless comebody complains.

pavel
diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc
index 301608c..74d9d0c 100644
--- a/lib/ui/stdcontext.inc
+++ b/lib/ui/stdcontext.inc
@@ -148,6 +148,9 @@ Menuset
                Item "Shaded background|b" "next-inset-modify changetype Shaded"
                Item "Double frame|D" "next-inset-modify changetype Doublebox"
                Separator
+               OptItem "Open Inset|O" "next-inset-toggle open"
+               OptItem "Close Inset|C" "next-inset-toggle close"
+               Separator
                Item "Dissolve Inset|D" "inset-dissolve"
                Item "Settings...|S" "inset-settings box"
        End
@@ -161,6 +164,9 @@ Menuset
                Item "Comment|C" "next-inset-modify note Note Comment"
                Item "Greyed Out|G" "next-inset-modify note Note Greyedout"
                Separator
+               OptItem "Open Inset|O" "next-inset-toggle open"
+               OptItem "Close Inset|C" "next-inset-toggle close"
+               Separator
                Item "Dissolve Inset|D" "inset-dissolve"
        End
 

Reply via email to