[Libreoffice-commits] online.git: loleaflet/src

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 7 12:51:15 UTC 2020


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

New commits:
commit 8704c41a6b7f12743a898f34699661b949be70ab
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Fri Feb 7 13:24:58 2020 +0300
Commit:     Michael Meeks <michael.meeks at 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.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at 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'},


More information about the Libreoffice-commits mailing list