loleaflet: add menu accept/reject all tracked changes
Change-Id: I922675bc19158bc17703659da9490750581c6317
This commit is contained in:
parent
c4e987c3d6
commit
a8955a3328
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ L.Control.Menubar = L.Control.extend({
|
|||
{name: _('Show'), type: 'unocommand', uno: '.uno:ShowTrackedChanges'},
|
||||
{type: 'separator'},
|
||||
{name: _('Manage Changes...'), id: '.uno:AcceptTrackedChanges', type: 'dialog'},
|
||||
{name: _('Accept All'), type: 'unocommand', uno: '.uno:AcceptAllTrackedChanges'},
|
||||
{name: _('Reject All'), type: 'unocommand', uno: '.uno:RejectAllTrackedChanges'},
|
||||
{name: _('Previous'), type: 'unocommand', uno: '.uno:PreviousTrackedChange'},
|
||||
{name: _('Next'), type: 'unocommand', uno: '.uno:NextTrackedChange'}
|
||||
]},
|
||||
|
|
Loading…
Reference in a new issue