mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Change "Add" button for "Create"
Change "Add" button for "Create"
This commit is contained in:
parent
ec4d559055
commit
1a0e69ed6e
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
//
|
//
|
||||||
// Created by Sam Gondelman on 1/17/18
|
// Created by Sam Gondelman on 1/17/18
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
|
// Copyright 2020 Vircadia contributors
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
@ -139,7 +140,7 @@ Rectangle {
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
id: button1
|
id: button1
|
||||||
text: qsTr("Add")
|
text: qsTr("Create")
|
||||||
z: -1
|
z: -1
|
||||||
onClicked: {
|
onClicked: {
|
||||||
newMaterialDialog.sendToScript({
|
newMaterialDialog.sendToScript({
|
||||||
|
|
Loading…
Reference in a new issue