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

New commits:
commit f4fe439043e9ad4d7be20afc43dd36b76ccad2c5
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Mar 31 12:17:20 2020 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue May 5 21:04:22 2020 +0200

    jsdialog: show ok button in message boxes
    
    Change-Id: I4f57b6cc0275875150a6cd1c944e2d12394a59a4
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93516
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js 
b/loleaflet/src/control/Control.JSDialogBuilder.js
index 5084bf66a..ce201afdd 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -128,6 +128,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
                this._controlHandlers['edit'] = this._editControl;
                this._controlHandlers['multilineedit'] = 
this._multiLineEditControl;
                this._controlHandlers['pushbutton'] = this._pushbuttonControl;
+               this._controlHandlers['okbutton'] = this._pushbuttonControl;
                this._controlHandlers['combobox'] = this._comboboxControl;
                this._controlHandlers['comboboxentry'] = this._comboboxEntry;
                this._controlHandlers['listbox'] = this._listboxControl;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to