loleaflet/src/control/Control.Menubar.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8704c41a6b7f12743a898f34699661b949be70ab
Author:     Muhammet Kara <muhammet.k...@collabora.com>
AuthorDate: Fri Feb 7 13:24:58 2020 +0300
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Fri Feb 7 13:50:57 2020 +0100

    mobile: Add Text Box to the Insert menu
    
    Change-Id: I28dc378b550b157da41998d906319d71db072b5f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88172
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 0efc931a3..d9c5cfbfa 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -679,6 +679,7 @@ L.Control.Menubar = L.Control.extend({
                                        {name: _UNO('.uno:TableMenu'), id: 
'inserttable', type: 'action'},
                                        {name: _UNO('.uno:HyperlinkDialog'), 
id: 'inserthyperlink', type: 'action'},
                                        {name: _UNO('.uno:ShapesMenu'), id: 
'insertshape', type: 'action'},
+                                       {uno: '.uno:Text'},
                                        {name: _UNO('.uno:InsertField', 
'text'), type: 'menu', menu: [
                                                {uno: 
'.uno:InsertDateFieldFix'},
                                                {uno: 
'.uno:InsertDateFieldVar'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to