Merge pull request #1531 from ONLYOFFICE/fix/bugfix
[DE] Refactoring TextAssociation types
This commit is contained in:
commit
ba25d38c45
|
@ -376,9 +376,9 @@ define([
|
||||||
title: this.titleConvertOptions,
|
title: this.titleConvertOptions,
|
||||||
label: this.textGroup,
|
label: this.textGroup,
|
||||||
items: [
|
items: [
|
||||||
{caption: this.textChar, value: Asc.c_oAscTextAssociation.Char, checked: true},
|
{caption: this.textChar, value: Asc.c_oAscTextAssociation.BlockChar, checked: true},
|
||||||
{caption: this.textLine, value: Asc.c_oAscTextAssociation.Line, checked: false},
|
{caption: this.textLine, value: Asc.c_oAscTextAssociation.BlockLine, checked: false},
|
||||||
{caption: this.textParagraph, value: Asc.c_oAscTextAssociation.Block, checked: false}
|
{caption: this.textParagraph, value: Asc.c_oAscTextAssociation.PlainLine, checked: false}
|
||||||
],
|
],
|
||||||
handler: function (dlg, result) {
|
handler: function (dlg, result) {
|
||||||
if (result=='ok') {
|
if (result=='ok') {
|
||||||
|
|
Loading…
Reference in a new issue