Add newline in checkCancel()
This commit is contained in:
parent
429718eda5
commit
d8de17c657
|
@ -230,7 +230,7 @@ calcHeightDialog() {
|
|||
|
||||
checkCancel() {
|
||||
[ $? -eq 0 ] && return 1
|
||||
displayDialogBox --msgbox "$1" VALUES
|
||||
displayDialogBox --msgbox "\n$1" VALUES
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue