mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:14:01 +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({
|
||||
icon: "icons/tablet-icons/edit-i.svg",
|
||||
activeIcon: "icons/tablet-icons/edit-a.svg",
|
||||
text: "EDIT",
|
||||
text: "CREATE",
|
||||
sortOrder: 10
|
||||
});
|
||||
tablet.screenChanged.connect(function (type, url) {
|
||||
|
@ -2094,3 +2094,4 @@ entityListTool.webView.webEventReceived.connect(function (data) {
|
|||
});
|
||||
|
||||
}()); // END LOCAL_SCOPE
|
||||
|
||||
|
|
Loading…
Reference in a new issue