jsdialog: show ok button in message boxes
Change-Id: I4f57b6cc0275875150a6cd1c944e2d12394a59a4 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93516 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
bda6903dea
commit
f4fe439043
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue