mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
Merge pull request #10300 from vladest/tablet-edit-tocreate
Renamed EDIT to CREATE
This commit is contained in:
commit
2c2f51689a
1 changed files with 2 additions and 1 deletions
|
@ -343,7 +343,7 @@ var toolBar = (function () {
|
||||||
activeButton = tablet.addButton({
|
activeButton = tablet.addButton({
|
||||||
icon: "icons/tablet-icons/edit-i.svg",
|
icon: "icons/tablet-icons/edit-i.svg",
|
||||||
activeIcon: "icons/tablet-icons/edit-a.svg",
|
activeIcon: "icons/tablet-icons/edit-a.svg",
|
||||||
text: "EDIT",
|
text: "CREATE",
|
||||||
sortOrder: 10
|
sortOrder: 10
|
||||||
});
|
});
|
||||||
tablet.screenChanged.connect(function (type, url) {
|
tablet.screenChanged.connect(function (type, url) {
|
||||||
|
@ -2094,3 +2094,4 @@ entityListTool.webView.webEventReceived.connect(function (data) {
|
||||||
});
|
});
|
||||||
|
|
||||||
}()); // END LOCAL_SCOPE
|
}()); // END LOCAL_SCOPE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue